aboutsummaryrefslogtreecommitdiff
path: root/repo/wget2/PKGBUILD
diff options
context:
space:
mode:
authorCoelacanthus <[email protected]>2021-10-25 20:22:51 +0800
committerCoelacanthus <[email protected]>2021-10-25 20:22:51 +0800
commit59e9b91e2165d835069b5e7422d57e2fa83859d7 (patch)
tree9caa4b89dd2e9f506c0ffa5a0cf129d8e41eacb1 /repo/wget2/PKGBUILD
parenta715a8e6956b20fc030eec8d50e9a7d89d097323 (diff)
fix(wget2): remove sig
Signed-off-by: Coelacanthus <[email protected]>
Diffstat (limited to 'repo/wget2/PKGBUILD')
-rw-r--r--repo/wget2/PKGBUILD6
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}