summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdo Rosen2016-02-04 06:19:51 -0500
committerIdo Rosen2016-02-04 06:19:51 -0500
commit2522d4c6af7e12c7446e39e36222a9292dad013c (patch)
treee2498d12fb269760d43f7e935b7c69a558e78596
parent574d8aa9129bb282a6bedaae945896a3ed15553e (diff)
downloadaur-2522d4c6af7e12c7446e39e36222a9292dad013c.tar.gz
Fix license field - should be an array.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a53d62c594c..f5faab1b8a82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = log4cxx
url = http://logging.apache.org/log4cxx
arch = i686
arch = x86_64
- license = APACHE
+ license = Apache
makedepends = autoconf
makedepends = automake
makedepends = libtool
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')