summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2023-05-19 16:35:40 +0200
committerdreieck2023-05-19 16:35:40 +0200
commit711154ceba88fa7ff1bea2b7815d31dc4e0d6398 (patch)
treee3b7af438b1ac22c7f6cb1996f711e62861ad65f
parent4c3e4164b7f0f7b409cda00a3287b930f78fa8e2 (diff)
downloadaur-711154ceba88fa7ff1bea2b7815d31dc4e0d6398.tar.gz
Added 'idos-timetable-data-trains-pid' to conflicts array. And version bump.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD3
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da8e91ca8956..2dd6cd8c61f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = idos-timetable-data-chaps-trains-pid-2023-latest
pkgdesc = 2022/2023 Timetable data for the timetable search engines by CHAPS: Trains in Praha public transport reagion (PID).
- pkgver = 2023_05_17
+ pkgver = 2023_05_19
pkgrel = 1
epoch = 0
url = http://chaps.cz/eng/download/idos/zip#kotvatt
@@ -12,14 +12,15 @@ pkgbase = idos-timetable-data-chaps-trains-pid-2023-latest
optdepends = idos-timetable-tariff-mhd-pid: For showing prices.
optdepends = idos-timetable-maps-mhd-pid: For displaying routes on maps.
optdepends = idos-timetable-additionalinfo-mhd-pid: For additional information (photographs of some stops).
- provides = idos-timetable-data-chaps-trains-pid-2023=2023_05_17
- provides = idos-timetable-data=2023_05_17
- provides = idos-timetable-data-trains=2023_05_17
- provides = idos-timetable-data-trains-pid=2023_05_17
- provides = idos-timetable-data-trains-pid-2023=2023_05_17
+ provides = idos-timetable-data-chaps-trains-pid-2023=2023_05_19
+ provides = idos-timetable-data=2023_05_19
+ provides = idos-timetable-data-trains=2023_05_19
+ provides = idos-timetable-data-trains-pid=2023_05_19
+ provides = idos-timetable-data-trains-pid-2023=2023_05_19
conflicts = idos-timetable-data-chaps-trains-pid-2023
+ conflicts = idos-timetable-data-trains-pid
replaces = idos-timetable-data-chaps-trains-pid-latest
- replaces = idos-timetable-data-chaps-trains-pid-2023<=2023_05_17
+ replaces = idos-timetable-data-chaps-trains-pid-2023<=2023_05_19
source = vlakpid23.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAKPID23.ZIP
source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
source = license-dummy.txt
diff --git a/PKGBUILD b/PKGBUILD
index 78e3d4a7a1fd..4a1cee06eff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _prevyear="$(( ${_year} - 1 ))"
_pkgname="idos-timetable-data-chaps-trains-pid-20${_year}"
pkgname="${_pkgname}-latest"
epoch=0
-pkgver=2023_05_17
+pkgver=2023_05_19
pkgrel=1
pkgdesc="20${_prevyear}/20${_year} Timetable data for the timetable search engines by CHAPS: Trains in Praha public transport reagion (PID)."
arch=(any)
@@ -50,6 +50,7 @@ replaces=(
conflicts=(
"${_pkgname}"
+ 'idos-timetable-data-trains-pid' # Conflicts via `/opt/idos-timetable/Data3/Vlak.ttr`.
### The conflict will be handled by idos-timetable-data-chaps-all, if needed. Sometimes idos-timetable-data-chaps-all does not provide the train data, and then idos-timetable-data-chaps-all will depend on this package, thus this package should not have idos-timetable-data-chaps-all as conflict.
# "idos-timetable-data-chaps-all"
)