summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2019-10-09 09:10:20 +0200
committerDanilo Bargen2019-10-09 09:10:20 +0200
commit48e4f37bd845529796a0a59970bb64bee0f75a3a (patch)
treee4c7b25250603c200319498fda343b0e3286ec1e
parent0957c762dd85d1da83c1457384e8fb9f62f8a234 (diff)
downloadaur-48e4f37bd845529796a0a59970bb64bee0f75a3a.tar.gz
Release v1.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f26b3ab6d869..41fef80683f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# 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.0
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/dbrgn/fahrplan
arch = any
@@ -11,8 +13,10 @@ pkgbase = fahrplan
depends = python-dateutil
depends = python-requests
depends = python-texttable>0.8.6
- source = https://github.com/dbrgn/fahrplan/archive/v1.1.0.tar.gz
- sha256sums = adb1a5d27ecbba538a64ba4c74ff084466e8d983643e49c8791ea22a6cd21c72
+ 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 9ed52cb066d3..b0cc6e35e3b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
pkgname=fahrplan
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="A SBB/CFF/FFS (Swiss railway) commandline based timetable client"
url="https://github.com/dbrgn/fahrplan"
depends=(
@@ -22,7 +22,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz.asc"
)
sha256sums=(
- '4b6e1844579e458d29a7b436b92360e3e9c45708921117f90aab9e5533974c0b'
+ 'da0835ae6ee1aefe64f92b82f8a9df7f313e41ec5e429985961a7a9294e24b6c'
'SKIP'
)
validpgpkeys=('EA456E8BAF0109429583EED83578F667F2F3A5FA')