summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 14:32:21 +0200
committergit user2023-09-04 14:32:21 +0200
commit18357742a4cae5696d04993e3ede0c3e0192e729 (patch)
treec3dfed4b9df9c57311c459e3e813287b20d16504
parente9b141973665f5950e28726efc9f5ab7c947b1f1 (diff)
downloadaur-18357742a4cae5696d04993e3ede0c3e0192e729.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 c862b67b1554..b66b097ebdde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = idos-timetable-additionalinfo-chaps-mhd-pid-latest
pkgdesc = Photographs of some stops within the PID (Praha region) public transport area, to be used with the timetable search engines by CHAPS.
pkgver = 2023_2_15
- pkgrel = 2
+ pkgrel = 3
epoch = 0
- url = http://chaps.cz/eng/download/idos/zip#kotvainf
+ url = https://chaps.cz/eng/download/idos/zip#kotvainf
arch = any
groups = idos-timetable
license = custom
@@ -12,8 +12,8 @@ pkgbase = idos-timetable-additionalinfo-chaps-mhd-pid-latest
provides = idos-timetable-additionalinfo-chaps-mhd-pid=2023_2_15
provides = idos-timetable-additionalinfo-mhd-pid=2023_2_15
conflicts = idos-timetable-additionalinfo-chaps-mhd-pid
- source = cpid-2023_2_15.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/CPID.ZIP
- source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
+ source = cpid-2023_2_15.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/CPID.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 f6ef55faa4df..b49bdd17b835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dreieck
# PKGBUILD last time manually edited: At least on 2023-09-04.
-url="http://chaps.cz/eng/download/idos/zip#kotvainf"
+url="https://chaps.cz/eng/download/idos/zip#kotvainf"
_zipfile="CPID.ZIP"
_pkgver() {
# Reason for a _pkgver(): Have something to run before source download so that we can have version aware source downloads.
@@ -13,7 +13,7 @@ pkgname="${_pkgname}-latest"
epoch=0
_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
pkgver="${_pkgver}"
-pkgrel=2
+pkgrel=3
pkgdesc="Photographs of some stops within the PID (Praha region) public transport area, to be used with the timetable search engines by CHAPS."
arch=('any')
license=('custom')
@@ -45,8 +45,8 @@ conflicts=(
_target="cpid-${_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"
)