summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics2018-12-10 15:07:30 +0100
committerfelics2018-12-10 15:07:30 +0100
commitc813cb5db1b1345f261b5aef55d9e0fe0fa2665b (patch)
treec6d976a3653901a4682dab9a091e4582881790d3
parentf1850e608642e7787cef8fde0255a325c0d3de3e (diff)
downloadaur-c813cb5db1b1345f261b5aef55d9e0fe0fa2665b.tar.gz
Updated url.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55fc012069b7..b8089c214289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = idos-timetable-data-chaps-trains-cz-2019-latest
pkgdesc = 2018/2019 Timetable data for the timetable search engines by CHAPS: Czech trains.
pkgver = 2018_11_29
- pkgrel = 1
+ pkgrel = 2
epoch = 0
- url = http://chaps.cz/eng/download/idos-new/zip#kotvatt
+ url = http://chaps.cz/eng/download/idos/zip#kotvatt
arch = any
groups = idos-timetable
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 12b408f3045e..934b0b1d1191 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='19'
_prevyear="$(( ${_year} - 1 ))"
@@ -9,11 +9,11 @@ _pkgname="idos-timetable-data-chaps-trains-cz-20${_year}"
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2018_11_29
-pkgrel=1
+pkgrel=2
pkgdesc="20${_prevyear}/20${_year} Timetable data for the timetable search engines by CHAPS: Czech trains."
arch=(any)
-# url="http://chaps.cz/eng/download/idos/zip#kotvatt"
-url="http://chaps.cz/eng/download/idos-new/zip#kotvatt" # URL valid for the time when the timetable is still in the future.
+url="http://chaps.cz/eng/download/idos/zip#kotvatt"
+# url="http://chaps.cz/eng/download/idos-new/zip#kotvatt" # URL valid for the time when the timetable is still in the future.
license=('custom')
groups=(
@@ -36,10 +36,10 @@ optdepends=(
provides=(
"${_pkgname}=${pkgver}"
-
+
"idos-timetable-data=${pkgver}"
"idos-timetable-data-trains=${pkgver}"
-
+
"idos-timetable-data-trains-cz=${pkgver}"
"idos-timetable-data-trains-cz-20${_year}=${pkgver}"
)