diff options
author | git user | 2023-09-04 14:33:13 +0200 |
---|---|---|
committer | git user | 2023-09-04 14:33:13 +0200 |
commit | e57eda83d11e7628023b487f52ee184f8a0202de (patch) | |
tree | 6ee7d19145e3b8f4c6127a9becd32b9dab275d4e | |
parent | 90b7b5619bef803cbbb3aef5cdbf330474254fed (diff) | |
download | aur-e57eda83d11e7628023b487f52ee184f8a0202de.tar.gz |
Switched source protocol from http to https
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ pkgbase = idos-timetable-data-chaps-trains-common-latest pkgdesc = Common files needed for train timetable data for the timetable search engines by CHAPS. pkgver = 2023_09_01 - pkgrel = 1 + pkgrel = 2 epoch = 0 - url = http://chaps.cz/eng/download/idos/zip#kotvatt + url = https://chaps.cz/eng/download/idos/zip#kotvatt arch = any groups = idos-timetable license = custom @@ -12,8 +12,8 @@ pkgbase = idos-timetable-data-chaps-trains-common-latest provides = idos-timetable-data-chaps-trains-common=2023_09_01 provides = idos-timetable-data-trains-common=2023_09_01 conflicts = idos-timetable-data-chaps-trains-common - source = vlak23c-2023_09_01.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK23C.ZIP - source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf + source = vlak23c-2023_09_01.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/VLAK23C.ZIP + source = IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf source = license-dummy.txt sha256sums = SKIP sha256sums = SKIP @@ -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" ) |