Update because of changes in the build system
This commit is contained in:
parent
087a229d3a
commit
2fdbf0fd5c
2 changed files with 9 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,11 +1,13 @@
|
||||||
|
# Generated by mksrcinfo v8
|
||||||
|
# Sun Mar 20 17:35:07 UTC 2016
|
||||||
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 = 20150624
|
pkgver = 20160320
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://github.com/misterdanb/makefontpkg
|
url = http://github.com/misterdanb/makefontpkg
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
license = GPLv3
|
license = Beerware
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = python3
|
depends = python3
|
||||||
options = !strip
|
options = !strip
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,14 +1,14 @@
|
||||||
# Maintainer: danb <danielbusch1992@googlemail.com>
|
# Maintainer: danb <danielbusch1992@googlemail.com>
|
||||||
|
|
||||||
pkgname=makefontpkg
|
pkgname=makefontpkg
|
||||||
pkgver=20150624
|
pkgver=20160320
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Tool for creating packages from TrueType and OpenType fonts"
|
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=('GPLv3')
|
license=(Beerware)
|
||||||
depends=('python3')
|
depends=(python3)
|
||||||
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')
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
Loading…
Reference in a new issue