summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-08-18 10:35:39 +0300
committerCaleb Maclennan2020-08-18 10:35:39 +0300
commitae5c3dc1d99be62a875ec845b5d4663b93fc5cdc (patch)
treec1ae7a570433499458c0005727f7a39cdea7be05 /PKGBUILD
parent59bd178527b25ef80b8dbba8aa8dd2275f007faa (diff)
downloadaur-ae5c3dc1d99be62a875ec845b5d4663b93fc5cdc.tar.gz
upgpkg: fontship 0.3.1-2
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab4323a24501..01e6dd956dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=fontship
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='A font development toolkit and collaborative work flow'
arch=('any')
url="https://github.com/theleagueof/$pkgname"
license=('AGPL3')
-depends=('entr'
+depends=('diffutils'
+ 'entr'
'font-v'
'gftools'
'git'