summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-06-18 00:15:53 +0300
committerCaleb Maclennan2020-06-18 00:33:36 +0300
commit50de7fef89798d4b2e7ac5b73d6db4fdbde92127 (patch)
tree59d308beb4b53bfd4e5abbfcde07229ee1c2501b /PKGBUILD
parent930a2dd08b7bece20ca8394bcf86998e2628dff2 (diff)
downloadaur-50de7fef89798d4b2e7ac5b73d6db4fdbde92127.tar.gz
upgpkg: fontship-git 0.0.3.r3.g835b41f-1
Add more upstream dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a733cfb01949..e02954d0f206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=fontship-git
-pkgver=0.0.3.r1.g144e98d
+pkgver=0.0.3.r3.g835b41f
pkgrel=1
pkgdesc='A font development toolkit and collaborative work flow'
arch=('any')
@@ -9,6 +9,7 @@ url="https://github.com/theleagueof/${pkgname%-git}"
license=('AGPL3')
depends=('entr'
'font-v'
+ 'gftools'
'git'
'libarchive'
'make'
@@ -22,6 +23,7 @@ depends=('entr'
'python-ufonormalizer'
'python-unicodedata2' # fonttools optdepends
'python-zopfli' # fonttools optdepends
+ 'ttfautohint'
'zsh')
provides=("${pkgname%-git}")
conflicts=("${provides[@]}")