summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2017-12-17 21:14:18 +0100
committerfelics@felics-tablet2017-12-17 21:14:18 +0100
commit7ca1fbfedba3692a2ca09c12a99c3af237d983fa (patch)
treed2666ce63a5cee51792c65995a83ef4d718717fc
parent2c5305409251eb5c3ea0003586c978185913805b (diff)
downloadaur-7ca1fbfedba3692a2ca09c12a99c3af237d983fa.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 9cc1276e5da7..97abf6b8586d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idos-timetable-maps-chaps-all-latest
pkgdesc = Map data for the timetable search engines by CHAPS: European railway, Czech/Slovak trains + bus, Czech public transport. Note that some timetables need the purchased version of IDOS to run.
pkgver = 2017_11_15
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvamap
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 23435740fe4a..fd8fcff7e1fa 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-maps-chaps-all
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2017_11_15
-pkgrel=1
+pkgrel=2
pkgdesc="Map data for the timetable search engines by CHAPS: European railway, Czech/Slovak trains + bus, Czech public transport. Note that some timetables need the purchased version of IDOS to run."
arch=(any)
url="http://chaps.cz/eng/download/idos/zip#kotvamap"
@@ -70,8 +70,10 @@ conflicts=(
"idos-timetable-maps-mhd-zlin"
)
+_target='komplet_m.zip'
+
source=(
- "komplet_m.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/KOMPLET_M.ZIP"
+ "${_target}::http://ttakt.chaps.cz/TTAktual/Win/Zip/KOMPLET_M.ZIP"
"IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)