diff options
Diffstat (limited to 'repo')
| -rw-r--r-- | repo/wget2/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/repo/wget2/PKGBUILD b/repo/wget2/PKGBUILD index 85037bb..8f3edd7 100644 --- a/repo/wget2/PKGBUILD +++ b/repo/wget2/PKGBUILD @@ -15,10 +15,8 @@ optdepends=("ca-certificates: HTTPS Downloads") checkdepends=('libmicrohttpd') makedepends=('gperf' 'python' 'doxygen' 'pandoc') conflicts=("$pkgname-git") -source=("https://ftp.gnu.org/gnu/wget/${pkgname}-${pkgver}.tar.gz"{,.sig}) -sha256sums=('4fe2fba0abb653ecc1cc180bea7f04212c17e8fe05c85aaac8baeac4cd241544' - 'SKIP') -validpgpkeys=("1CB27DBC98614B2D5841646D08302DB6A2670428") +source=("https://ftp.gnu.org/gnu/wget/${pkgname}-${pkgver}.tar.gz") +sha256sums=('4fe2fba0abb653ecc1cc180bea7f04212c17e8fe05c85aaac8baeac4cd241544') build() { cd "${srcdir}"/${pkgname}-${pkgver} |
