summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-02-25 00:59:00 +0100
committerBaptiste Jonglez2016-02-25 00:59:00 +0100
commit9f9f3f7fd56653153b46f93e4e5dcce131232dc2 (patch)
tree4a3dd88a970a9dee0701345521d039b5b607d2a2 /PKGBUILD
parent196a1d9295e334dfaa56e28fc6cc6cbb9c41a2a4 (diff)
downloadaur-9f9f3f7fd56653153b46f93e4e5dcce131232dc2.tar.gz
udrawgraph: Fix license not being an array as it should
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3af43a05783..5bd828a04ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=4
pkgdesc="The powerful solution for graph visualization"
url="http://www.informatik.uni-bremen.de/uDrawGraph/"
arch=('i686' 'x86_64')
-license='CUSTOM'
+license=('custom')
depends=('libx11')
[ "$CARCH" = "x86_64" ] && depends=('lib32-libx11')
source=("http://www.informatik.uni-bremen.de/uDrawGraph/download/uDrawGraph-$pkgver-0-linux-i386.tar.gz")