summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormisterdanb2016-03-20 18:36:13 +0100
committermisterdanb2016-03-20 18:36:13 +0100
commit2fdbf0fd5c00558a71a7ebfe1c6b8e314000ce13 (patch)
tree9a1267fd5ebfc2043bfe4873b458205b235acef0 /PKGBUILD
parent087a229d3a9b3187a8abcc581c4ed5c8b325529f (diff)
downloadaur-2fdbf0fd5c00558a71a7ebfe1c6b8e314000ce13.tar.gz
Update because of changes in the build system
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf2a29c87d4d..5a4c8287c700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: danb <danielbusch1992@googlemail.com>
pkgname=makefontpkg
-pkgver=20150624
+pkgver=20160320
pkgrel=1
pkgdesc="Tool for creating packages from TrueType and OpenType fonts"
-arch=('x86_64' 'i686')
+arch=(x86_64 i686)
url='http://github.com/misterdanb/makefontpkg'
-license=('GPLv3')
-depends=('python3')
-makedepends=('git')
+license=(Beerware)
+depends=(python3)
+makedepends=(git)
options=('!strip' '!emptydirs')
source=('makefontpkg::git://github.com/misterdanb/makefontpkg.git')
md5sums=('SKIP')