summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6197f1c38466..6c083bc2775c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = tamsyn-font-otb
url = http://www.fial.com/~scott/tamsyn-font
arch = any
license = custom
+ makedepends = fonttosfnt
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- 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 c8ef4c2734a2..c307a04ded4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ 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')
+makedepends=('fonttosfnt')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
source=("https://www.fial.com/~scott/$_pkgname/download/$_pkgname-$pkgver.tar.gz")
md5sums=('6ec13672d2f0d6a829f2403cdeebd980')