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

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Sun Mar 20 17:35:07 UTC 2016
# Fri Apr 12 14:01:30 UTC 2019
pkgbase = makefontpkg
pkgdesc = Tool for creating packages from TrueType and OpenType fonts
pkgver = 20160320
@ -10,6 +10,7 @@ pkgbase = makefontpkg
license = Beerware
makedepends = git
depends = python3
depends = pacman-contrib
options = !strip
options = !emptydirs
source = makefontpkg::git://github.com/misterdanb/makefontpkg.git

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')