summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d456a9bd0fa3..548908e9fad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tamsyn-font-otb
pkgdesc = A monospaced bitmap font for the console and X11 (OTB Format)
pkgver = 1.11
- pkgrel = 6
+ pkgrel = 7
url = http://www.fial.com/~scott/tamsyn-font
arch = any
license = custom
@@ -9,8 +9,7 @@ pkgbase = tamsyn-font-otb
depends = xorg-fonts-encodings
provides = tamsyn-font
conflicts = tamsyn-font
- source = https://www.fial.com/~scott/tamsyn-font/download/tamsyn-font-1.11.tar.gz
+ source = http://www.fial.com/~scott/tamsyn-font/download/tamsyn-font-1.11.tar.gz
md5sums = 6ec13672d2f0d6a829f2403cdeebd980
pkgname = tamsyn-font-otb
-
diff --git a/PKGBUILD b/PKGBUILD
index 2b66720142e8..b975ad5d51d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=tamsyn-font
pkgname=tamsyn-font-otb
pkgver=1.11
-pkgrel=6
+pkgrel=7
pkgdesc="A monospaced bitmap font for the console and X11 (OTB Format)"
arch=('any')
url="http://www.fial.com/~scott/tamsyn-font"
@@ -14,7 +14,7 @@ conflicts=('tamsyn-font')
provides=('tamsyn-font')
makedepends=('fonttosfnt')
depends=('xorg-fonts-encodings')
-source=("https://www.fial.com/~scott/$_pkgname/download/$_pkgname-$pkgver.tar.gz")
+source=("http://www.fial.com/~scott/$_pkgname/download/$_pkgname-$pkgver.tar.gz")
md5sums=('6ec13672d2f0d6a829f2403cdeebd980')
build() {