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