aboutsummaryrefslogtreecommitdiffstats
path: root/main/cppunit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/cppunit/APKBUILD')
-rw-r--r--main/cppunit/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/cppunit/APKBUILD b/main/cppunit/APKBUILD
index 62bc67da7d..94fbe92729 100644
--- a/main/cppunit/APKBUILD
+++ b/main/cppunit/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cppunit
pkgver=1.14.0
-pkgrel=0
+pkgrel=1
pkgdesc="C++ unit testing framework"
url="http://www.freedesktop.org/wiki/Software/cppunit/"
arch="all"
license="LGPL-2.0-or-later"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.gz"
+source="https://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.gz
+ fix-Werror-deprecated-copy.patch"
builddir="$srcdir/$pkgname-$pkgver"
@@ -34,4 +35,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="4ea1da423c6f7ab37e4144689f593396829ce74d43872d6b10709c1ad5fbda4ee945842f7e9803592520ef81ac713e95a3fe130295bf048cd32a605d1959882e cppunit-1.14.0.tar.gz"
+sha512sums="4ea1da423c6f7ab37e4144689f593396829ce74d43872d6b10709c1ad5fbda4ee945842f7e9803592520ef81ac713e95a3fe130295bf048cd32a605d1959882e cppunit-1.14.0.tar.gz
+000404d7b3318743f416d4d10ecd245935a5e1f4f0a43910eeeda152a0151855adffa8a70632abe0a76e24b408233e5d1f287eff2f174e60c65b2e5cfae66c34 fix-Werror-deprecated-copy.patch"