summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-09-04 14:31:51 +0200
committergit user2023-09-04 14:31:51 +0200
commit1588b8d4bc264f4c233119702f46c387dc09903c (patch)
tree08403d29053329d0e4429611702cbd17012cf50e /PKGBUILD
parent6665794ed86ca46443fbb86abcc9bc8eff839a5f (diff)
downloadaur-idos-timetable-additionalinfo-chaps-bus-latest.tar.gz
Switched source protocol from http to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 010873ca9ae5..13baa40d48e9 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="C2.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="Floor plans of some Czech bus stations/ stops, to be used with the timetable search engines by CHAPS."
arch=('any')
license=('custom')
@@ -48,8 +48,8 @@ conflicts=(
_target="c2-${_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"
)