summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-09 07:37:42 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-09 07:37:42 +0000
commite1af6434db5a8bbe26e74b4a6adfe518487e755f (patch)
tree8c5bb34188065fed9bc98cf9fc896adf72547a04
parent0c07e5527143292dc7bc25cfcabce8f7a32871b9 (diff)
downloadpackages-e1af6434db5a8bbe26e74b4a6adfe518487e755f.tar.gz
packages-e1af6434db5a8bbe26e74b4a6adfe518487e755f.tar.bz2
packages-e1af6434db5a8bbe26e74b4a6adfe518487e755f.tar.xz
packages-e1af6434db5a8bbe26e74b4a6adfe518487e755f.zip
user/cppunit: Bump to 1.15.1
-rw-r--r--user/cppunit/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/user/cppunit/APKBUILD b/user/cppunit/APKBUILD
index f334d23f1..4efda7916 100644
--- a/user/cppunit/APKBUILD
+++ b/user/cppunit/APKBUILD
@@ -1,17 +1,18 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=cppunit
-pkgver=1.14.0
+pkgver=1.15.1
pkgrel=0
pkgdesc="C++ unit testing framework"
url="https://www.freedesktop.org/wiki/Software/cppunit/"
arch="all"
license="LGPL-2.1+"
+depends=""
+makedepends=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.gz"
build() {
- cd "$builddir"
LIBS="-ldl" ./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,13 +25,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="4ea1da423c6f7ab37e4144689f593396829ce74d43872d6b10709c1ad5fbda4ee945842f7e9803592520ef81ac713e95a3fe130295bf048cd32a605d1959882e cppunit-1.14.0.tar.gz"
+sha512sums="0feb47faec451357bb4c4e287efa17bb60fd3ad966d5350e9f25b414aaab79e94921024b0c0497672f8d3eeb22a599213d2d71d9e1d28b243b3e37f3a9a43691 cppunit-1.15.1.tar.gz"