Update because of changes in the build system

This commit is contained in:
misterdanb 2016-03-20 18:36:13 +01:00
parent 087a229d3a
commit 2fdbf0fd5c
2 changed files with 9 additions and 7 deletions

View file

@ -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

View file

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