summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2017-12-17 21:13:06 +0100
committerfelics@felics-tablet2017-12-17 21:13:06 +0100
commit971b46240b720646719d82c8540da679207d1708 (patch)
tree6c0f482a89cccff49f0cdb7b2b1efd6afe2b8158
parentebbbbde97f8b72c945ac411172d8dd3667a823bf (diff)
downloadaur-971b46240b720646719d82c8540da679207d1708.tar.gz
PKGBUILD updated.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0bc7d345d8d..f48a42079274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idos-timetable-additionalinfo-chaps-trains-latest
pkgdesc = Links for additional information on Czech trains and railway stations, to be used with the timetable search engines by CHAPS.
pkgver = 2017_12_11
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvainf
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 29ce120c0702..6d4dac0a3c98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: dreieck
-# PKGBUILD last time manually edited: At least on 2016-12-11.
+# PKGBUILD last time manually edited: At least on 2017-12-17.
_pkgname=idos-timetable-additionalinfo-chaps-trains
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2017_12_11
-pkgrel=1
+pkgrel=2
pkgdesc="Links for additional information on Czech trains and railway stations, to be used with the timetable search engines by CHAPS."
arch=('any')
url="http://chaps.cz/eng/download/idos/zip#kotvainf"
@@ -40,8 +40,10 @@ conflicts=(
"${_pkgname}"
)
+_target="c1.zip"
+
source=(
- "c1.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/C1.ZIP"
+ "${_target}::http://ttakt.chaps.cz/TTAktual/Win/Zip/C1.ZIP"
"IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)