summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-09-04 14:34:07 +0200
committergit user2023-09-04 14:34:07 +0200
commit0496475e795898eb9162b426da92aaf7909eb420 (patch)
tree6ee2f5798aec8ee0c4cc3dc1ab8ca1decf636a88 /PKGBUILD
parent57ada2bfbb973d47a0799e1d22c62de399b93b09 (diff)
downloadaur-idos-timetable-data-chaps-trains-europe-2016-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 d9ca7536f45b..5113b24c2312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgname="${_pkgname}-latest"
epoch=0
_pkgver=2016_08_06
pkgver="${_pkgver}"
-pkgrel=5
+pkgrel=6
pkgdesc="2015/2016 Timetable data for the timetable search engines by CHAPS: European trains."
arch=(any)
-url="http://web.archive.org/web/20160806152205/http://chaps.cz/eng/download/idos/#kotvatt"
+url="https://web.archive.org/web/20160806152205/http://chaps.cz/eng/download/idos/#kotvatt"
license=('custom')
groups=(
@@ -58,8 +58,8 @@ _zipfile="VLAK16E.EXE"
_target="vlak16e-${_pkgver}.exe"
source=(
- "${_target}::http://web.archive.org/web/20160806152205/http://ttakt.chaps.cz/TTAktual/Win/${_zipfile}"
- "IDOS-Licence.pdf::http://web.archive.org/web/20160806152205/http://chaps.cz/files/idos/IDOS-Licence.pdf"
+ "${_target}::https://web.archive.org/web/20160806152205/http://ttakt.chaps.cz/TTAktual/Win/${_zipfile}"
+ "IDOS-Licence.pdf::https://web.archive.org/web/20160806152205/http://chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)