summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Farley2022-08-15 10:10:25 -0500
committerRyan Farley2022-08-15 10:10:25 -0500
commite3045806c564857787d76f32fd355b9cd24cdfca (patch)
treeb502a850236621c28bc06fa9441e9c3593a45d95 /PKGBUILD
parentb3e44f2837b1c001830a8dc8e849ec706241429e (diff)
downloadaur-tamsyn-font-otb.tar.gz
use working source URL
https seems to be dead, so http for now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {