summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2021-10-22 10:46:38 +0100
committerJohn Beard2021-10-22 10:46:43 +0100
commit97f85c639743c0a08bc152f202a02020758f5826 (patch)
tree9cb6c42f6046699821809a395acf9853921ed0a7
parenta905546e71488340309267a5395ec787acc723e8 (diff)
downloadaur-97f85c639743c0a08bc152f202a02020758f5826.tar.gz
Correct upstream URLs
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab4666960a43..5f9e1fada2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = tgl-ttf
pkgdesc = TGL DIN ISO custom font
pkgver = 1.0
- pkgrel = 2
- url = http://www.1001fonts.com/tgl-font.html
+ pkgrel = 3
+ url = https://www.1001fonts.com/tgl-font.html
arch = any
license = custom:SIL Open Font License v1.1
depends = fontconfig
depends = xorg-font-utils
- source = http://dl.1001fonts.com/tgl.zip
+ source = https://dl.1001fonts.com/tgl.zip
md5sums = 84e185e597f39e0a6629179fa2b0da5e
pkgname = tgl-ttf
-
diff --git a/PKGBUILD b/PKGBUILD
index ebbd41062e4b..ee4e2fee116f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=tgl-ttf
pkgver=1.0
-pkgrel=2
-url="http://www.1001fonts.com/tgl-font.html"
+pkgrel=3
+url="https://www.1001fonts.com/tgl-font.html"
license=('custom:SIL Open Font License v1.1')
pkgdesc='TGL DIN ISO custom font'
arch=('any')
-source=("http://dl.1001fonts.com/tgl.zip")
+source=("https://dl.1001fonts.com/tgl.zip")
depends=('fontconfig' 'xorg-font-utils')
md5sums=('84e185e597f39e0a6629179fa2b0da5e')