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
|
# Generated by mksrcinfo v8
|
||||||
# Sun Mar 20 17:35:07 UTC 2016
|
# Fri Apr 12 14:01:30 UTC 2019
|
||||||
pkgbase = makefontpkg
|
pkgbase = makefontpkg
|
||||||
pkgdesc = Tool for creating packages from TrueType and OpenType fonts
|
pkgdesc = Tool for creating packages from TrueType and OpenType fonts
|
||||||
pkgver = 20160320
|
pkgver = 20160320
|
||||||
|
@ -10,6 +10,7 @@ pkgbase = makefontpkg
|
||||||
license = Beerware
|
license = Beerware
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = python3
|
depends = python3
|
||||||
|
depends = pacman-contrib
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = makefontpkg::git://github.com/misterdanb/makefontpkg.git
|
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)
|
arch=(x86_64 i686)
|
||||||
url='http://github.com/misterdanb/makefontpkg'
|
url='http://github.com/misterdanb/makefontpkg'
|
||||||
license=(Beerware)
|
license=(Beerware)
|
||||||
depends=(python3)
|
depends=(python3 pacman-contrib)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
options=('!strip' '!emptydirs')
|
options=('!strip' '!emptydirs')
|
||||||
source=('makefontpkg::git://github.com/misterdanb/makefontpkg.git')
|
source=('makefontpkg::git://github.com/misterdanb/makefontpkg.git')
|
||||||
|
|
Loading…
Reference in a new issue