summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vogt2019-08-21 17:36:32 +0200
committerDavid Vogt2019-08-21 17:36:32 +0200
commit498ec5f26dcca5a26f5762ddee7bd7c3af0cefd5 (patch)
treefc0abf8f4c1ce023f738cfda67f2f6d4eb1ac60b
parentcab728c4071af28eb232867ece2e24cbe8c10242 (diff)
downloadaur-498ec5f26dcca5a26f5762ddee7bd7c3af0cefd5.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043538328493..f26b3ab6d869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fahrplan
pkgdesc = A SBB/CFF/FFS (Swiss railway) commandline based timetable client
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/dbrgn/fahrplan
arch = any
@@ -10,9 +10,9 @@ pkgbase = fahrplan
depends = python-six
depends = python-dateutil
depends = python-requests
- depends = python-texttable
- source = https://github.com/dbrgn/fahrplan/archive/v1.0.0.tar.gz
- sha256sums = f87f842784c305a363a15265f220803fd306b11fd3ab476fe4f233a9ce3092a6
+ depends = python-texttable>0.8.6
+ source = https://github.com/dbrgn/fahrplan/archive/v1.1.0.tar.gz
+ sha256sums = adb1a5d27ecbba538a64ba4c74ff084466e8d983643e49c8791ea22a6cd21c72
pkgname = fahrplan
diff --git a/PKGBUILD b/PKGBUILD
index 1fc2ff9b005d..9dcb55a39353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# This PKGBUILD is maintained at https://github.com/winged/aur-packages
pkgname=fahrplan
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A SBB/CFF/FFS (Swiss railway) commandline based timetable client"
url="https://github.com/dbrgn/fahrplan"
@@ -20,7 +20,7 @@ makedepends=('python3')
license=('GPLv3')
arch=('any')
source=("https://github.com/dbrgn/fahrplan/archive/v$pkgver.tar.gz")
-sha256sums=('f87f842784c305a363a15265f220803fd306b11fd3ab476fe4f233a9ce3092a6')
+sha256sums=('adb1a5d27ecbba538a64ba4c74ff084466e8d983643e49c8791ea22a6cd21c72')
if [ -n "$VIRTUAL_ENV" ]; then
echo "Warning: You're building within a virtualenv. Use"