summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLara Maia2015-08-26 18:32:56 -0300
committerLara Maia2015-08-26 18:32:56 -0300
commitab9ad4e06901f471c7fefe43c7aeb80a249a1272 (patch)
treecd5053fa8436a3e3b1b8baff2c578a1549069ba7
parentef76f368c55e5a35839e2264dde7a812d542c0e5 (diff)
downloadaur-ab9ad4e06901f471c7fefe43c7aeb80a249a1272.tar.gz
Add arm to arch list, update license info
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb019255518d..8f85b9f9d3cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = anttweakbar
pkgdesc = C/C++ lib that allows programmers to quickly add a light and intuitive GUI into graphic apps to interactively tweak their params
pkgver = 1.16
- pkgrel = 5
+ pkgrel = 6
url = http://anttweakbar.sourceforge.net
arch = i686
arch = x86_64
- license = custom
+ arch = armv6h
+ arch = armv7h
+ license = custom:AntTweakBarLicense
makedepends = unzip
makedepends = glu
depends = gcc-libs
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")