summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLara Maia2015-08-26 18:52:09 -0300
committerLara Maia2015-08-26 18:52:09 -0300
commit0a10ab2a6bfec326af7ad449ad96a058bebc2f31 (patch)
tree8211e556e5f70b48874ff80850306c6468373919
parentab9ad4e06901f471c7fefe43c7aeb80a249a1272 (diff)
downloadaur-0a10ab2a6bfec326af7ad449ad96a058bebc2f31.tar.gz
Update dependencies and license info
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f85b9f9d3cd..75683fe7b78e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,10 +7,10 @@ pkgbase = anttweakbar
arch = x86_64
arch = armv6h
arch = armv7h
- license = custom:AntTweakBarLicense
+ license = zlib
makedepends = unzip
- makedepends = glu
depends = gcc-libs
+ depends = glu
source = http://ufpr.dl.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip
md5sums = 4349a13c0b5a493cf5b6b0757f3e7f0d
diff --git a/PKGBUILD b/PKGBUILD
index 14c1360ec0e3..d3c72d38a51d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ 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' 'armv6h' 'armv7h')
url="http://anttweakbar.sourceforge.net"
-license=('custom:AntTweakBarLicense')
-makedepends=('unzip' 'glu')
-depends=('gcc-libs')
+license=('zlib')
+makedepends=('unzip')
+depends=('gcc-libs' 'glu')
source=("http://ufpr.dl.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip")
md5sums=('4349a13c0b5a493cf5b6b0757f3e7f0d')