summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLara Maia2015-08-26 18:32:56 -0300
committerLara Maia2015-08-26 18:32:56 -0300
commitab9ad4e06901f471c7fefe43c7aeb80a249a1272 (patch)
treecd5053fa8436a3e3b1b8baff2c578a1549069ba7 /PKGBUILD
parentef76f368c55e5a35839e2264dde7a812d542c0e5 (diff)
downloadaur-ab9ad4e06901f471c7fefe43c7aeb80a249a1272.tar.gz
Add arm to arch list, update license info
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f67d0361965..14c1360ec0e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=anttweakbar
pkgver=1.16
-pkgrel=5
+pkgrel=6
pkgdesc="C/C++ lib that allows programmers to quickly add a light and intuitive GUI into graphic apps to interactively tweak their params"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://anttweakbar.sourceforge.net"
-license=('custom')
+license=('custom:AntTweakBarLicense')
makedepends=('unzip' 'glu')
depends=('gcc-libs')
source=("http://ufpr.dl.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip")