From 842c9c8230178bc4a2d0bff4d14d7890f943818a Mon Sep 17 00:00:00 2001 From: kth5 Date: Sat, 27 Jul 2024 20:41:03 +0200 Subject: [PATCH] * update cppunit to 1.15.1-4 --- cppunit/.SRCINFO | 15 +++++++++++++++ cppunit/.nvchecker.toml | 4 ++++ cppunit/PKGBUILD | 6 +++--- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 cppunit/.SRCINFO create mode 100644 cppunit/.nvchecker.toml diff --git a/cppunit/.SRCINFO b/cppunit/.SRCINFO new file mode 100644 index 0000000000..fa153d5aa4 --- /dev/null +++ b/cppunit/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = cppunit + pkgdesc = A C++ unit testing framework + pkgver = 1.15.1 + pkgrel = 4 + url = https://www.freedesktop.org/wiki/Software/cppunit + arch = x86_64 + license = LGPL-2.1-or-later + makedepends = doxygen + depends = gcc-libs + depends = glibc + options = !emptydirs + source = https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz + sha256sums = 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7 + +pkgname = cppunit diff --git a/cppunit/.nvchecker.toml b/cppunit/.nvchecker.toml new file mode 100644 index 0000000000..02c2a7c830 --- /dev/null +++ b/cppunit/.nvchecker.toml @@ -0,0 +1,4 @@ +[cppunit] +source = "git" +git = "https://anongit.freedesktop.org/git/libreoffice/cppunit.git" +prefix = "cppunit-" diff --git a/cppunit/PKGBUILD b/cppunit/PKGBUILD index a1cca6d1f6..0fb5d67ff4 100644 --- a/cppunit/PKGBUILD +++ b/cppunit/PKGBUILD @@ -4,12 +4,12 @@ pkgname=cppunit pkgver=1.15.1 -pkgrel=3 +pkgrel=4 pkgdesc="A C++ unit testing framework" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://www.freedesktop.org/wiki/Software/cppunit" -license=('LGPL') -depends=('sh' 'gcc-libs') +license=('LGPL-2.1-or-later') +depends=('gcc-libs' 'glibc') makedepends=('doxygen') options=('!emptydirs') source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)