summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-09-04 14:33:13 +0200
committergit user2023-09-04 14:33:13 +0200
commite57eda83d11e7628023b487f52ee184f8a0202de (patch)
tree6ee7d19145e3b8f4c6127a9becd32b9dab275d4e /PKGBUILD
parent90b7b5619bef803cbbb3aef5cdbf330474254fed (diff)
downloadaur-e57eda83d11e7628023b487f52ee184f8a0202de.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 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"
)