summaryrefslogtreecommitdiff
path: root/cppunit/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'cppunit/Pkgfile')
-rw-r--r--cppunit/Pkgfile12
1 files changed, 5 insertions, 7 deletions
diff --git a/cppunit/Pkgfile b/cppunit/Pkgfile
index fe42c8fec..ca25d17d3 100644
--- a/cppunit/Pkgfile
+++ b/cppunit/Pkgfile
@@ -1,19 +1,17 @@
# Description: C++ unit testing library
-# URL: http://sourceforge.net/projects/cppunit
+# URL: https://www.freedesktop.org/wiki/Software/cppunit/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
-# Depends on:
name=cppunit
-version=1.12.1
-release=2
-source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+version=1.14.0
+release=1
+source=(https://dev-www.libreoffice.org/src/$name-$version.tar.gz)
build() {
cd $name-$version
- CONFIG_SHELL=/bin/bash \
+
./configure \
--prefix=/usr \
- --mandir=/usr/share/man \
--disable-doxygen
make

Generated by cgit