summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-04-15 22:41:46 +0300
committerCaleb Maclennan2020-04-15 22:42:20 +0300
commitd403b068a8132c723302f9f5c2ba8869813c7400 (patch)
treed0ca4f8fc9cf5414ab9087084876328c9ebc2e26 /PKGBUILD
parenta527af49c08648b12ac17e7b0dbbde4aa5b24e93 (diff)
downloadaur-d403b068a8132c723302f9f5c2ba8869813c7400.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0a56c1e87c7..08c03ab0285b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=fontship-git
-pkgver=0.0.0.r0.g4cbb5ee
+pkgver=0.0.1.r15.g3990d07
pkgrel=1
pkgdesc='A font development toolkit and collaborative work flow'
arch=('any')
url="https://github.com/theleagueof/${pkgname%-git}"
license=('AGPL3')
-depends=('font-v'
+depends=('entr'
+ 'font-v'
'git'
+ 'libarchive'
'make'
'python'
- 'python-ufonormalizer'
+ 'python-click'
'python-fontmake'
'python-fonttools'
+ 'python-ufonormalizer'
'zsh')
provides=("${pkgname%-git}")
conflicts=("${provides[@]}")