summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 14:35:51 +0200
committergit user2023-09-04 14:35:51 +0200
commit41368722449928dce5170d0e810cef58f5f9b0f8 (patch)
tree627d36345b370f594a57d0b7b6a6bb5f567225be
parentc4ef196c8da1bacb0390644102c21bda333451ea (diff)
downloadaur-41368722449928dce5170d0e810cef58f5f9b0f8.tar.gz
Switched source protocol from http to https
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f715339d80..a059a48a0ff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
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_09_01
- pkgrel = 2
+ pkgrel = 3
epoch = 0
- url = http://chaps.cz/eng/download/idos/zip#kotvatt
+ url = https://chaps.cz/eng/download/idos/zip#kotvatt
arch = any
groups = idos-timetable
license = custom
@@ -21,8 +21,8 @@ pkgbase = idos-timetable-data-chaps-trains-pid-2023-latest
conflicts = idos-timetable-data-trains-pid
replaces = idos-timetable-data-chaps-trains-pid-latest
replaces = idos-timetable-data-chaps-trains-pid-2023<=2023_09_01
- source = vlakpid23-2023_09_01.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAKPID23.ZIP
- source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
+ source = vlakpid23-2023_09_01.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/VLAKPID23.ZIP
+ source = IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf
source = license-dummy.txt
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d51ed75070ac..1eb06f5a94e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_year='23'
_prevyear="$(( ${_year} - 1 ))"
-url="http://chaps.cz/eng/download/idos/zip#kotvatt"
+url="https://chaps.cz/eng/download/idos/zip#kotvatt"
_zipfile="VLAKPID${_year}.ZIP"
_pkgver() {
# Reason for a _pkgver(): Have something to run before source download so that we can have version aware source downloads.
@@ -20,7 +20,7 @@ pkgname="${_pkgname}-latest"
epoch=0
_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
pkgver="${_pkgver}"
-pkgrel=2
+pkgrel=3
pkgdesc="20${_prevyear}/20${_year} Timetable data for the timetable search engines by CHAPS: Trains in Praha public transport reagion (PID)."
arch=(any)
license=('custom')
@@ -68,8 +68,8 @@ conflicts=(
_target="vlakpid${_year}-${_pkgver}.zip"
source=(
- "${_target}::http://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
- "IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf"
+ "${_target}::https://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
+ "IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)