summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIdo Rosen2016-02-04 06:19:51 -0500
committerIdo Rosen2016-02-04 06:19:51 -0500
commit2522d4c6af7e12c7446e39e36222a9292dad013c (patch)
treee2498d12fb269760d43f7e935b7c69a558e78596 /PKGBUILD
parent574d8aa9129bb282a6bedaae945896a3ed15553e (diff)
downloadaur-2522d4c6af7e12c7446e39e36222a9292dad013c.tar.gz
Fix license field - should be an array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf722219b6e4..f60d4c937ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=0.10.0
pkgrel=3
pkgdesc="A C++ port of Log4j"
url="http://logging.apache.org/log4cxx"
-license="APACHE"
+license=("Apache")
depends=('apr-util' 'libxml2')
arch=('i686' 'x86_64')
makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')