summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2017-01-10 13:46:42 -0800
committerTyler Swagar2017-01-10 13:46:42 -0800
commit16251597886e8e85911382a7fac774a44fdca744 (patch)
tree6e30e7c22e8bdd11d4782987d13c4a265531a461
parent0e82955d14f4766748f70593b3489ff42ad20707 (diff)
downloadaur-16251597886e8e85911382a7fac774a44fdca744.tar.gz
Change links to HTTPS
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e1341141d8..60f1291b5c9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue Jan 10 21:44:33 UTC 2017
pkgbase = ttf-heuristica
pkgdesc = A serif latin & cyrillic font, derived from the "Adobe Utopia" font by Apanov
pkgver = 1.0.2
pkgrel = 1
- url = http://sourceforge.net/projects/heuristica/
+ url = https://sourceforge.net/projects/heuristica/
install = ttf-heuristica.install
arch = any
license = custom:SIL Open Font License v1.1
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = http://downloads.sourceforge.net/project/heuristica/heuristica-ttf-1.0.2.tar.xz
+ source = https://downloads.sourceforge.net/project/heuristica/heuristica-ttf-1.0.2.tar.xz
sha256sums = 08bf21e44941d195dceab637c3d8e22f4b5ce8490c83993cebd85d721b92553d
pkgname = ttf-heuristica
diff --git a/PKGBUILD b/PKGBUILD
index 0b0aeb528a9f..a240a47618c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgver=1.0.2
pkgrel=1
pkgdesc='A serif latin & cyrillic font, derived from the "Adobe Utopia" font by Apanov'
arch=('any')
-url='http://sourceforge.net/projects/heuristica/'
+url='https://sourceforge.net/projects/heuristica/'
license=('custom:SIL Open Font License v1.1')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install="${pkgname}.install"
-source=("http://downloads.sourceforge.net/project/heuristica/heuristica-ttf-${pkgver}.tar.xz")
+source=("https://downloads.sourceforge.net/project/heuristica/heuristica-ttf-${pkgver}.tar.xz")
sha256sums=('08bf21e44941d195dceab637c3d8e22f4b5ce8490c83993cebd85d721b92553d')
package() {