summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-09-04 14:36:58 +0200
committergit user2023-09-04 14:36:58 +0200
commit8919bdaaf214e2308d0350a766179f7fd2fb04ca (patch)
tree1cfe217d039b986b4f50233170c8d54e5e8a2edb /PKGBUILD
parentb2ac8277133dde6a8fd01931fe85200b7080a722 (diff)
downloadaur-8919bdaaf214e2308d0350a766179f7fd2fb04ca.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 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"
)