summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 14:34:07 +0200
committergit user2023-09-04 14:34:07 +0200
commit0496475e795898eb9162b426da92aaf7909eb420 (patch)
tree6ee2f5798aec8ee0c4cc3dc1ab8ca1decf636a88
parent57ada2bfbb973d47a0799e1d22c62de399b93b09 (diff)
downloadaur-idos-timetable-data-chaps-trains-europe-2016-latest.tar.gz
Switched source protocol from http to https
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c99ce0c248b..558574c25b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = idos-timetable-data-chaps-trains-europe-2016-latest
pkgdesc = 2015/2016 Timetable data for the timetable search engines by CHAPS: European trains.
pkgver = 2016_08_06
- pkgrel = 5
+ pkgrel = 6
epoch = 0
- 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
arch = any
groups = idos-timetable
license = custom
@@ -25,8 +25,8 @@ pkgbase = idos-timetable-data-chaps-trains-europe-2016-latest
provides = idos-timetable-data-trains-europe=2016_08_06
provides = idos-timetable-data-trains-europe-2016=2016_08_06
conflicts = idos-timetable-data-chaps-trains-europe-2016
- source = vlak16e-2016_08_06.exe::http://web.archive.org/web/20160806152205/http://ttakt.chaps.cz/TTAktual/Win/VLAK16E.EXE
- source = IDOS-Licence.pdf::http://web.archive.org/web/20160806152205/http://chaps.cz/files/idos/IDOS-Licence.pdf
+ source = vlak16e-2016_08_06.exe::https://web.archive.org/web/20160806152205/http://ttakt.chaps.cz/TTAktual/Win/VLAK16E.EXE
+ source = IDOS-Licence.pdf::https://web.archive.org/web/20160806152205/http://chaps.cz/files/idos/IDOS-Licence.pdf
source = license-dummy.txt
sha256sums = be895b093a2989b999624b7749268ca40b4316d72235d497ace2ce382e307aec
sha256sums = SKIP
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"
)