summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-11-13 15:57:42 +0100
committergit user2023-11-13 15:57:42 +0100
commitf92345fb33e2e74a2a27009f084e369ed2617c77 (patch)
tree7783d72be3097ead501186bdd7ebdb365c5d837e
parent9613c1e82eb0241a154025bac9b8d35181e20897 (diff)
downloadaur-f92345fb33e2e74a2a27009f084e369ed2617c77.tar.gz
Added a note that upstream probably is gone.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91194c20f997..3e9ce97a2c08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idos-timetable-additionalinfo-chaps-trains-latest
pkgdesc = Links for additional information on Czech trains and railway stations, to be used with the timetable search engines by CHAPS.
pkgver = 2022_12_10
- pkgrel = 3
+ pkgrel = 4
epoch = 0
url = https://chaps.cz/eng/download/idos/zip#kotvainf
arch = any
@@ -14,7 +14,7 @@ pkgbase = idos-timetable-additionalinfo-chaps-trains-latest
provides = idos-timetable-additionalinfo-trains-cz=2022_12_10
conflicts = idos-timetable-additionalinfo-chaps-trains
options = !strip
- source = c1-2022_12_10.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/C1.ZIP
+ source = c1-.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/C1.ZIP
source = IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf
source = license-dummy.txt
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a3f73819375a..d339757a9d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Maintainer: dreieck
-# PKGBUILD last time manually edited: At least on 2023-09-04.
+# PKGBUILD last time manually edited: At least on 2023-11-13.
+### NOTE! As of 2023-11-13, the file `C1.ZIP` is not avaiable upstream. Let's wait a bit and see if it comes back or not.
+
url="https://chaps.cz/eng/download/idos/zip#kotvainf"
_zipfile="C1.ZIP"
_pkgver() {
@@ -11,9 +13,9 @@ _pkgver() {
_pkgname=idos-timetable-additionalinfo-chaps-trains
pkgname="${_pkgname}-latest"
epoch=0
-_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
-pkgver="${_pkgver}"
-pkgrel=3
+#_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
+pkgver=2022_12_10 # "${_pkgver}"
+pkgrel=4
pkgdesc="Links for additional information on Czech trains and railway stations, to be used with the timetable search engines by CHAPS."
arch=('any')
license=('custom')