Update package dependencies
This commit is contained in:
parent
2fdbf0fd5c
commit
75e6517f79
2 changed files with 3 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -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
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue