summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2017-12-17 21:12:46 +0100
committerfelics@felics-tablet2017-12-17 21:12:46 +0100
commit5e339bfa812fcfa29c0bec35e31d18d95fc037aa (patch)
treeda2245add7367442cb256aa03d838ced477895de
parent4b0a7e19b6bfbc08621b0b38b72f5638bb45888b (diff)
downloadaur-5e339bfa812fcfa29c0bec35e31d18d95fc037aa.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 1fb655a7d769..4de7d9104c6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idos-timetable-additionalinfo-chaps-mhd-pid-latest
pkgdesc = Photographs of some stops within the PID (Praha region) public transport area, to be used with the timetable search engines by CHAPS.
pkgver = 2017_3_24
- pkgrel = 1
+ pkgrel = 3
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvainf
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d81e7c221001..de7c386313a1 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-mhd-pid
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2017_3_24
-pkgrel=1
+pkgrel=3
pkgdesc="Photographs of some stops within the PID (Praha region) public transport area, to be used with the timetable search engines by CHAPS."
arch=('any')
url="http://chaps.cz/eng/download/idos/zip#kotvainf"
@@ -36,8 +36,10 @@ conflicts=(
"${_pkgname}"
)
+_target="cpid.zip"
+
source=(
- "cpid.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/CPID.ZIP"
+ "${_target}::http://ttakt.chaps.cz/TTAktual/Win/Zip/CPID.ZIP"
"IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)