summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-18 12:30:12 +0300
committerCaleb Maclennan2020-02-18 12:30:12 +0300
commit06a45e3681be1af1826bbf0918b15950bc4d3c46 (patch)
treeccce334e28acc2739bb1c9aec151cbbca98a1c7f
parenta115e759b19d051a5f5d06f9b1a5ea19fa42d13c (diff)
downloadaur-06a45e3681be1af1826bbf0918b15950bc4d3c46.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 65ca84141f6c..42dbf247e1f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = ttf-sil-galatia
pkgdesc = Unicode font to support Biblical Polytonic Greek
pkgver = 2.1
- pkgrel = 1
+ pkgrel = 2
url = https://software.sil.org/galatia
arch = any
- license = custom:OFL
- depends = fontconfig
- depends = xorg-font-utils
+ license = OFL
source = http://software.sil.org/downloads/r/galatia/GalatiaSIL-2.1.zip
sha256sums = 0d0a34646a18267c5147ee01448268098ebb00c4563eb6e9260037f2d171aa92
diff --git a/PKGBUILD b/PKGBUILD
index cac85c76aebf..9bfe1ac08063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@ _pkgname=galatia
pkgname=ttf-sil-$_pkgname
_fname=${_pkgname^}SIL
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Unicode font to support Biblical Polytonic Greek'
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=('0d0a34646a18267c5147ee01448268098ebb00c4563eb6e9260037f2d171aa92')