summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"
)