summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b06316398294..bfe4e20e421e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idos-timetable-tariff-chaps-trains-cz+sk-latest
pkgdesc = Tariff data for the timetable search engines by CHAPS: Czech ans Slovak trains.
pkgver = 2017_11_14
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvatar
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index da463d0a36b4..4ff5377dfcaf 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-tariff-chaps-trains-cz+sk
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2017_11_14
-pkgrel=1
+pkgrel=2
pkgdesc="Tariff data for the timetable search engines by CHAPS: Czech ans Slovak trains."
arch=(any)
url="http://chaps.cz/eng/download/idos/zip#kotvatar"
@@ -42,8 +42,10 @@ conflicts=(
"idos-timetable-tariff-trains-cz"
)
+_target='vlak_p.zip'
+
source=(
- "vlak_p.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK_P.ZIP"
+ "${_target}::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK_P.ZIP"
"IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)