diff options
author | fauno <fauno@endefensadelsl.org> | 2018-01-06 19:31:57 -0300 |
---|---|---|
committer | fauno <fauno@endefensadelsl.org> | 2018-01-06 19:31:57 -0300 |
commit | 685d3ca91babdbb7e4efed88a75fe776a593b725 (patch) | |
tree | 0f1add3030cce7d571023522cbf9b78a11c3fc74 /pcr/log4cxx | |
parent | b3fae2f65c48f17b2c5b534b768ca0607b9e800d (diff) | |
parent | 8161eec2a2b550802274afaf9b162195053814f2 (diff) | |
download | abslibre-685d3ca91babdbb7e4efed88a75fe776a593b725.tar.gz abslibre-685d3ca91babdbb7e4efed88a75fe776a593b725.tar.bz2 abslibre-685d3ca91babdbb7e4efed88a75fe776a593b725.zip |
Merge branch 'master' of git://git.parabola.nu/abslibre/abslibre
Diffstat (limited to 'pcr/log4cxx')
-rw-r--r-- | pcr/log4cxx/PKGBUILD | 2 |
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') |