summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e20fb37786f..dc717d0df695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = idos-timetable-data-chaps-trains-cz-2018-latest
pkgdesc = 2017/2018 Timetable data for the timetable search engines by CHAPS: Czech trains.
- pkgver = 2018_11_29
+ pkgver = 2018_12_10
pkgrel = 1
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvatt
@@ -12,14 +12,14 @@ pkgbase = idos-timetable-data-chaps-trains-cz-2018-latest
optdepends = idos-timetable-tariff-trains-cz: For showing prices.
optdepends = idos-timetable-maps-trains-cz: For displaying routes on maps.
optdepends = idos-timetable-additionalinfo-trains-cz: For (links to) additional information about train composition and stations.
- provides = idos-timetable-data-chaps-trains-cz-2018=2018_11_29
- provides = idos-timetable-data=2018_11_29
- provides = idos-timetable-data-trains=2018_11_29
- provides = idos-timetable-data-trains-cz=2018_11_29
- provides = idos-timetable-data-trains-cz-2018=2018_11_29
+ provides = idos-timetable-data-chaps-trains-cz-2018=2018_12_10
+ provides = idos-timetable-data=2018_12_10
+ provides = idos-timetable-data-trains=2018_12_10
+ provides = idos-timetable-data-trains-cz=2018_12_10
+ provides = idos-timetable-data-trains-cz-2018=2018_12_10
conflicts = idos-timetable-data-chaps-trains-cz-2018
replaces = idos-timetable-data-chaps-trains-cz-latest
- replaces = idos-timetable-data-chaps-trains-cz-2018<=2018_11_29
+ replaces = idos-timetable-data-chaps-trains-cz-2018<=2018_12_10
source = vlak18c.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK18C.ZIP
source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
source = license-dummy.txt
diff --git a/PKGBUILD b/PKGBUILD
index 625114a8d9a5..4108430f1959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dreieck
-# PKGBUILD last time manually edited: At least on 2017-12-17.
+# PKGBUILD last time manually edited: At least on 2018-12-10.
_year='18'
_prevyear="$(( ${_year} - 1 ))"
@@ -8,7 +8,7 @@ _prevyear="$(( ${_year} - 1 ))"
_pkgname="idos-timetable-data-chaps-trains-cz-20${_year}"
pkgname="${_pkgname}-latest"
epoch=0
-pkgver=2018_11_29
+pkgver=2018_12_10
pkgrel=1
pkgdesc="20${_prevyear}/20${_year} Timetable data for the timetable search engines by CHAPS: Czech trains."
arch=(any)
@@ -69,14 +69,6 @@ sha256sums=(
"c6bb216055d3670d3100b7a74e04ce0644030f365f4349a09e630ef60fbcb9a4"
)
-pkgver() {
- # Do not use metadata of the source file, but do website parsing: So we do not need to download the file to (AUR-)update the package version with our own crude hacked script 'idos-aur-update-versions.sh'.
- #date -r "${srcdir}/${_target}" +"%Y_%m_%d"
-
- wget -nv -O- "${url}" | tr -d '\a' | tr '\n' '\a' | sed 's|^.*File '"${_zipfile}"'\(.*\)Zip/'"${_zipfile}"'.*$|\1\n|g' | tr '\a' '\n' | grep 'Update date:' | cut -d, -f1 | sed -r 's|([0-9]+)\.([0-9]+)\.([0-9]+).|\n\3_\2_\1\n|g' | grep -E '^[0-9]+_[0-9]+_[0-9]+'
-}
-
-
package() {
_instdirbase='/opt/idos-timetable'
_instdir="${pkgdir}/${_instdirbase}"