summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2023-07-24 00:08:14 +0200
committerToke Høiland-Jørgensen2023-07-24 00:08:14 +0200
commit39fb69a597d49ec5e4ca07b0bf595bc049a63e59 (patch)
tree530d5359839f33bc3b9d6a9b4a10c1efaeefd6bb /PKGBUILD
parent3c70fa8ca470474f0901bf0bdffec6e6aba67e81 (diff)
downloadaur-39fb69a597d49ec5e4ca07b0bf595bc049a63e59.tar.gz
Remove .asc file from PKGBUILD
PyPi has removed support for PGP signatures: https://blog.pypi.org/posts/2023-05-23-removing-pgp/ This means the .asc file now fails to download, so get rid of that. The sha256sum of the .tar.gz itself is sufficient verification anyway. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89030e07f3b8..01a672bfd6ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flent
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc='The FLExible Network Tester.'
arch=('any')
url='https://flent.org'
@@ -14,10 +14,8 @@ optdepends=(
'python-matplotlib: for outputting graphs'
'python-qtpy: for the GUI'
)
-source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
-sha256sums=('db581deac3d8099965dd0d8eee4b9c4d1857bdce5bc97790af9d3ed5b6554f73'
- 'SKIP')
-validpgpkeys=('DE6162B5616BA9C9CAAC03074A55C497F744F705')
+source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz)
+sha256sums=('db581deac3d8099965dd0d8eee4b9c4d1857bdce5bc97790af9d3ed5b6554f73')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"