summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 14:33:13 +0200
committergit user2023-09-04 14:33:13 +0200
commite57eda83d11e7628023b487f52ee184f8a0202de (patch)
tree6ee7d19145e3b8f4c6127a9becd32b9dab275d4e
parent90b7b5619bef803cbbb3aef5cdbf330474254fed (diff)
downloadaur-e57eda83d11e7628023b487f52ee184f8a0202de.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 f15c22d68680..5d20022f1dc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = idos-timetable-data-chaps-trains-common-latest
pkgdesc = Common files needed for train timetable data for the timetable search engines by CHAPS.
pkgver = 2023_09_01
- pkgrel = 1
+ pkgrel = 2
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
@@ -12,8 +12,8 @@ pkgbase = idos-timetable-data-chaps-trains-common-latest
provides = idos-timetable-data-chaps-trains-common=2023_09_01
provides = idos-timetable-data-trains-common=2023_09_01
conflicts = idos-timetable-data-chaps-trains-common
- source = vlak23c-2023_09_01.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK23C.ZIP
- source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
+ source = vlak23c-2023_09_01.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK23C.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 f8b0fc8134de..34b45674eca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# PKGBUILD last time manually edited: At least on 2023-09-04.
_year=23
-url="http://chaps.cz/eng/download/idos/zip#kotvatt"
+url="https://chaps.cz/eng/download/idos/zip#kotvatt"
_zipfile="VLAK${_year}C.ZIP"
_pkgver() {
# Reason for a _pkgver(): Have something to run before source download so that we can have version aware source downloads.
@@ -15,7 +15,7 @@ pkgname="${_pkgname}-latest"
epoch=0
_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
pkgver="${_pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc="Common files needed for train timetable data for the timetable search engines by CHAPS."
arch=(any)
license=('custom')
@@ -46,8 +46,8 @@ conflicts=(
_target="vlak${_year}c-${_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"
)