summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelics@felics-tablet2017-12-17 21:13:56 +0100
committerfelics@felics-tablet2017-12-17 21:13:56 +0100
commitb67e5cf0e212e3cae3dc5f5949b4de6dcda0515c (patch)
tree2d9e290c2a254b5f437b566e25d739f83c5bdd45 /PKGBUILD
parent8a26f399063686feed473e3fd6f77378241db7e6 (diff)
downloadaur-b67e5cf0e212e3cae3dc5f5949b4de6dcda0515c.tar.gz
PKGBUILD updated.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c8d150a9c65..54e39746e859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=idos-timetable-data-chaps-trains-common
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2017_11_15
-pkgrel=3
+pkgrel=4
pkgdesc="Common files needed for train timetable data for the timetable search engines by CHAPS."
arch=(any)
url="http://chaps.cz/eng/download/idos/zip#kotvatt"
@@ -38,9 +38,10 @@ conflicts=(
)
_zipfile="VLAK${_year}C.ZIP"
+_target="vlak${_year}c.zip"
source=(
- "vlakc.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
+ "${_target}::http://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
"IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)