Update package dependencies

This commit is contained in:
Daniel Busch 2019-04-12 16:05:01 +02:00
parent 2fdbf0fd5c
commit 75e6517f79
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ pkgdesc="Tool for creating packages from TrueType and OpenType fonts"
arch=(x86_64 i686)
url='http://github.com/misterdanb/makefontpkg'
license=(Beerware)
depends=(python3)
depends=(python3 pacman-contrib)
makedepends=(git)
options=('!strip' '!emptydirs')
source=('makefontpkg::git://github.com/misterdanb/makefontpkg.git')