summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2023-12-02 13:17:47 +0100
committerDanilo Bargen2023-12-02 13:17:47 +0100
commit871807d4fc06473c2c0f7c342bb01e73b1110f4e (patch)
tree70241cd697ac1f99cd844ac8bffa0bd1d9da8d1c
parentdbdbde72857cf9b86daff75d5717b0dfa4f4102d (diff)
downloadaur-fahrplan.tar.gz
Remove PGP key verification
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41fef80683f0..73ba1540eb69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Oct 9 07:10:07 UTC 2019
pkgbase = fahrplan
pkgdesc = A SBB/CFF/FFS (Swiss railway) commandline based timetable client
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dbrgn/fahrplan
arch = any
license = GPLv3
@@ -14,9 +12,6 @@ pkgbase = fahrplan
depends = python-requests
depends = python-texttable>0.8.6
source = https://files.pythonhosted.org/packages/source/f/fahrplan/fahrplan-1.1.2.tar.gz
- source = https://files.pythonhosted.org/packages/source/f/fahrplan/fahrplan-1.1.2.tar.gz.asc
sha256sums = da0835ae6ee1aefe64f92b82f8a9df7f313e41ec5e429985961a7a9294e24b6c
- sha256sums = SKIP
pkgname = fahrplan
-
diff --git a/PKGBUILD b/PKGBUILD
index c1b706c9edc0..02de940b21e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=fahrplan
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A SBB/CFF/FFS (Swiss railway) commandline based timetable client"
url="https://github.com/dbrgn/fahrplan"
depends=(
@@ -20,13 +20,10 @@ license=('GPLv3')
arch=('any')
source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
- "https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz.asc"
)
sha256sums=(
'da0835ae6ee1aefe64f92b82f8a9df7f313e41ec5e429985961a7a9294e24b6c'
- 'SKIP'
)
-validpgpkeys=('EA456E8BAF0109429583EED83578F667F2F3A5FA')
if [ -n "$VIRTUAL_ENV" ]; then
echo "Warning: You're building within a virtualenv. Use"