summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-18 13:04:50 +0300
committerCaleb Maclennan2020-02-18 13:04:50 +0300
commita642df9097c4ce528165bc0e97f088356d76103e (patch)
tree7114b17942ddaf071159df8eb61091c4ea5985b1
parenta42eb09ca84abbe0bada45eeacfbdb3a596d9078 (diff)
downloadaur-a642df9097c4ce528165bc0e97f088356d76103e.tar.gz
Drop obsolete dependencies, Arch now has font related hooks
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37ea3f3913e3..be8e1fd77640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = ttf-sil-mingzat
pkgdesc = Unicode font based on Jason Glavy’s JG Lepcha
pkgver = 1.000
- pkgrel = 1
+ pkgrel = 2
url = https://software.sil.org/mingzat
arch = any
- license = custom:OFL
- depends = fontconfig
- depends = xorg-font-utils
+ license = OFL
source = http://software.sil.org/downloads/r/mingzat/Mingzat-1.000.zip
sha256sums = 7e1fe44012da7843c63263fe161abd12d4309f9cef00cb58d1055dd812d8e6ba
diff --git a/PKGBUILD b/PKGBUILD
index ca0ab4a1ef0c..d195f7e02dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@ _pkgname=mingzat
pkgname=ttf-sil-$_pkgname
_fname=${_pkgname^}
pkgver=1.000
-pkgrel=1
+pkgrel=2
pkgdesc='Unicode font based on Jason Glavy’s JG Lepcha'
arch=('any')
url="https://software.sil.org/$_pkgname"
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
+license=('OFL')
source=("http://software.sil.org/downloads/r/$_pkgname/$_fname-$pkgver.zip")
sha256sums=('7e1fe44012da7843c63263fe161abd12d4309f9cef00cb58d1055dd812d8e6ba')