summaryrefslogtreecommitdiff
path: root/pcr/log4cxx
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:52:16 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:48 +0100
commitfa08584edde455c0b95cd166768796f50c443a55 (patch)
tree023ab2fb958ab740abef3bfa032f043b52e47813 /pcr/log4cxx
parent7bd89b5a45e1121d465b8a61f805d37ebda0ddc3 (diff)
pcr/log4cxx: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/log4cxx')
-rw-r--r--pcr/log4cxx/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/log4cxx/PKGBUILD b/pcr/log4cxx/PKGBUILD
index 6c060d3af..003022ab3 100644
--- a/pcr/log4cxx/PKGBUILD
+++ b/pcr/log4cxx/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.10.0
pkgrel=3.1
pkgdesc="A C++ port of Log4j"
url="http://logging.apache.org/log4cxx"
-license="APACHE"
+license=("APACHE")
depends=('apr-util' 'libxml2')
arch=('i686' 'x86_64' 'mips64el')
makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')