* update cppunit to 1.15.1-2.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:05 +02:00
parent a840922629
commit 2115e54fda
2 changed files with 18 additions and 1 deletions

17
cpptrunk/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = cppunit
pkgdesc = A C++ unit testing framework
pkgver = 1.15.1
pkgrel = 2.1
url = https://www.freedesktop.org/wiki/Software/cppunit
arch = x86_64
arch = powerpc64le
arch = powerpc
license = LGPL
makedepends = doxygen
depends = sh
depends = gcc-libs
options = !emptydirs
source = https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz
sha256sums = 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
pkgname = cppunit

View File

@ -4,7 +4,7 @@
pkgname=cppunit
pkgver=1.15.1
pkgrel=2
pkgrel=2.1
pkgdesc="A C++ unit testing framework"
arch=( x86_64 powerpc64le powerpc )
url="https://www.freedesktop.org/wiki/Software/cppunit"