summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 14:31:30 +0200
committergit user2023-09-04 14:31:30 +0200
commit6477084c018f7bfa29283c4d2b091d444f3bc86a (patch)
tree0157493dda18e8f24e96a7daa51498464b70bb8d
parentd69f764410f6acd78e30e402a4b9226e5a4d0420 (diff)
downloadaur-6477084c018f7bfa29283c4d2b091d444f3bc86a.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 79b95a05ed86..cfb1e3f9683e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = ttf-timetable-latest
pkgdesc = Font with train timetable symbols, used by the offline timetable by CHAPS (IDOS, Timetable-Browser) or INPROP (CP, ELIS) (also retailed by České Dráhy or ŽSR).
pkgver = 1.355.20230327
- pkgrel = 3
+ pkgrel = 4
epoch = 0
- url = http://chaps.cz/eng/download/idos/zip#kotvaprg
+ url = https://chaps.cz/eng/download/idos/zip#kotvaprg
install = tt.install
arch = any
license = custom
@@ -19,8 +19,8 @@ pkgbase = ttf-timetable-latest
provides = ttf-timetable=1.355.20230327
conflicts = ttf-timetable
replaces = ttf-timetable<=1.355.20230327
- source = ttfont-1.355.20230327.zip::http://ttakt.chaps.cz/TTAktual/Win/Zip/TTFONT.ZIP
- source = IDOS-Licence.pdf::http://chaps.cz/files/idos/IDOS-Licence.pdf
+ source = ttfont-1.355.20230327.zip::https://ttakt.chaps.cz/TTAktual/Win/Zip/TTFONT.ZIP
+ source = IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf
source = license-dummy.txt
source = info.url
source = tt.install
diff --git a/PKGBUILD b/PKGBUILD
index 2e2b381cd3ff..b5e7225294b0 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#kotvaprg"
+url="https://chaps.cz/eng/download/idos/zip#kotvaprg"
_zipfile="TTFONT.ZIP"
_fontfile="TT.ttf"
_pkgver() {
@@ -37,7 +37,7 @@ pkgname="${_pkgname}-latest"
epoch=0
_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
pkgver="${_pkgver}"
-pkgrel=3
+pkgrel=4
pkgdesc="Font with train timetable symbols, used by the offline timetable by CHAPS (IDOS, Timetable-Browser) or INPROP (CP, ELIS) (also retailed by České Dráhy or ŽSR)."
arch=('any')
license=('custom')
@@ -66,8 +66,8 @@ install='tt.install'
_target="ttfont-${_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"
"info.url"
"${install}"