summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 14:37:08 +0200
committergit user2023-09-04 14:37:08 +0200
commitff7b8cb8d3ad04ea47e0f7ec0514329a5a0caceb (patch)
tree15a2f7984b8a8b195253207dceea1fe56a684d32
parent4a23739c166fe664bb47a24ce7df19a561cf392c (diff)
downloadaur-ff7b8cb8d3ad04ea47e0f7ec0514329a5a0caceb.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 b2fd58978e13..8d1153510596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = idos-timetable-tariff-chaps-trains-cz+sk-latest
pkgdesc = Tariff data for the timetable search engines by CHAPS: Czech ans Slovak trains.
pkgver = 2023_8_31
- pkgrel = 2
+ pkgrel = 3
epoch = 0
- url = http://chaps.cz/eng/download/idos/zip#kotvatar
+ url = https://chaps.cz/eng/download/idos/zip#kotvatar
arch = any
groups = idos-timetable
license = custom
@@ -17,8 +17,8 @@ pkgbase = idos-timetable-tariff-chaps-trains-cz+sk-latest
conflicts = idos-timetable-tariff-chaps-trains-cz+sk
conflicts = idos-timetable-tariff-chaps-all
conflicts = idos-timetable-tariff-trains-cz
- source = vlak_p-2023_8_31.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK_P.ZIP
- source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
+ source = vlak_p-2023_8_31.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK_P.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 5d343a484a09..c13c206a3dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD last time manually edited: At least on 2023-09-04.
-url="http://chaps.cz/eng/download/idos/zip#kotvatar"
+url="https://chaps.cz/eng/download/idos/zip#kotvatar"
_zipfile="VLAK_P.ZIP"
_pkgver() {
# Reason for a _pkgver(): Have something to run before source download so that we can have version aware source downloads.
@@ -14,7 +14,7 @@ pkgname="${_pkgname}-latest"
epoch=0
_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
pkgver="${_pkgver}"
-pkgrel=2
+pkgrel=3
pkgdesc="Tariff data for the timetable search engines by CHAPS: Czech ans Slovak trains."
arch=(any)
license=('custom')
@@ -52,8 +52,8 @@ conflicts=(
_target="vlak_p-${_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"
)