aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-05 12:13:48 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-05 22:55:34 +0100
commit5404ea4e76d6056b9a2a7ad4cd87a97120b8780a (patch)
tree1dc0ab35d55ad193a3d4a63d51d5b6ca03f60b1d
parentc0136e3f33710ffd10342e43a01834aed99e735d (diff)
community/log4cplus: upgrade to 2.0.5
-rw-r--r--community/log4cplus/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/log4cplus/APKBUILD b/community/log4cplus/APKBUILD
index 4b6805c92eb..e9fbef4259b 100644
--- a/community/log4cplus/APKBUILD
+++ b/community/log4cplus/APKBUILD
@@ -5,14 +5,13 @@ pkgrel=0
pkgdesc="Logging Framework for C++"
url="https://sourceforge.net/p/log4cplus/wiki/Home/"
# tests/testsuite.dir/58/testsuite.log
-# 4 ./appender_test.at:5: "${abs_top_builddir}/appender_test" 2>&1
+# 4 ./appender_test.at:5: "$abs_top_builddir/appender_test" 2>&1
# 5 Aborted (core dumped)
arch="all !armhf !armv7" # test 50 dumps core
license="Apache-2.0"
checkdepends="findutils"
subpackages="$pkgname-static $pkgname-dev $pkgname-unicode"
-source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://downloads.sourceforge.net/log4cplus/log4cplus-$pkgver.tar.xz"
build() {
./configure \