summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics2018-12-18 11:30:49 +0100
committerfelics2018-12-18 11:30:49 +0100
commit183f4db765c779ab54efa102078e9cd868b24476 (patch)
treec3a0b345269fa63ae234af843dab2b3bbdcf4165
parent6c3145af4ea866d3e5cbe5246bad5f07c3ad9b73 (diff)
downloadaur-183f4db765c779ab54efa102078e9cd868b24476.tar.gz
Added missing license-dummy.txt
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc6363a6964..876b6cf1367c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idos-timetable-data-chaps-trains-idol-2019-latest
pkgdesc = 2018/2019 Timetable data for the timetable search engines by CHAPS: Trains in Liberec public transport reagion (IDOL). Note that this timetable needs the purchased version of IDOS to run.
- pkgver = 2018_12_7
- pkgrel = 1
+ pkgver = 2018_12_18
+ pkgrel = 3
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvatt
arch = any
@@ -13,14 +13,14 @@ pkgbase = idos-timetable-data-chaps-trains-idol-2019-latest
optdepends = idos-timetable-maps-mhd-idol: For displaying routes on maps.
optdepends = idos-timetable-additionalinfo-mhd-idol: For additional information.
optdepends = idos-timetable-browser-license: To use this timetable.
- provides = idos-timetable-data-chaps-trains-idol-2019=2018_12_7
- provides = idos-timetable-data=2018_12_7
- provides = idos-timetable-data-trains=2018_12_7
- provides = idos-timetable-data-trains-idol=2018_12_7
- provides = idos-timetable-data-trains-idol-2019=2018_12_7
+ provides = idos-timetable-data-chaps-trains-idol-2019=2018_12_18
+ provides = idos-timetable-data=2018_12_18
+ provides = idos-timetable-data-trains=2018_12_18
+ provides = idos-timetable-data-trains-idol=2018_12_18
+ provides = idos-timetable-data-trains-idol-2019=2018_12_18
conflicts = idos-timetable-data-chaps-trains-idol-2019
replaces = idos-timetable-data-chaps-trains-europe-latest
- replaces = idos-timetable-data-chaps-trains-idol-2019<=2018_12_7
+ replaces = idos-timetable-data-chaps-trains-idol-2019<=2018_12_18
source = vlakidol19.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAKIDOL19.ZIP
source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
source = license-dummy.txt
diff --git a/PKGBUILD b/PKGBUILD
index 12f32f5c60d7..55cdf8158389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dreieck
-# PKGBUILD last time manually edited: At least on 2018-12-10.
+# PKGBUILD last time manually edited: At least on 2018-12-18.
_year='19'
_prevyear="$(( ${_year} - 1 ))"
@@ -8,8 +8,8 @@ _prevyear="$(( ${_year} - 1 ))"
_pkgname="idos-timetable-data-chaps-trains-idol-20${_year}"
pkgname="${_pkgname}-latest"
epoch=0
-pkgver=2018_12_7
-pkgrel=1
+pkgver=2018_12_18
+pkgrel=3
pkgdesc="20${_prevyear}/20${_year} Timetable data for the timetable search engines by CHAPS: Trains in Liberec public transport reagion (IDOL). Note that this timetable needs the purchased version of IDOS to run."
arch=(any)
url="http://chaps.cz/eng/download/idos/zip#kotvatt"
@@ -36,10 +36,10 @@ optdepends=(
provides=(
"${_pkgname}=${pkgver}"
-
+
"idos-timetable-data=${pkgver}"
"idos-timetable-data-trains=${pkgver}"
-
+
"idos-timetable-data-trains-idol=${pkgver}"
"idos-timetable-data-trains-idol-20${_year}=${pkgver}"
)