summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 14:36:58 +0200
committergit user2023-09-04 14:36:58 +0200
commit8919bdaaf214e2308d0350a766179f7fd2fb04ca (patch)
tree1cfe217d039b986b4f50233170c8d54e5e8a2edb
parentb2ac8277133dde6a8fd01931fe85200b7080a722 (diff)
downloadaur-8919bdaaf214e2308d0350a766179f7fd2fb04ca.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 3f75bc7b0091..5b3e3779b905 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = idos-timetable-tariff-chaps-all-latest
pkgdesc = Tariff data for the timetable search engines by CHAPS: Czech/Slovak trains + bus, Czech public transport. Note that some data need the purchased version of IDOS to run.
pkgver = 2023_09_04
- 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
@@ -214,8 +214,8 @@ pkgbase = idos-timetable-tariff-chaps-all-latest
conflicts = idos-timetable-tariff-mhd-zamberk
conflicts = idos-timetable-tariff-mhd-zatec
conflicts = idos-timetable-tariff-mhd-zdarns
- source = komplet_p-2023_09_04.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/KOMPLET_P.ZIP
- source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
+ source = komplet_p-2023_09_04.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/KOMPLET_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 e6b79c67579d..8725a5ad3fdf 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="KOMPLET_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/Slovak trains + bus, Czech public transport. Note that some data need the purchased version of IDOS to run."
arch=(any)
license=('custom')
@@ -250,8 +250,8 @@ conflicts=(
_target="komplet_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"
)