Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
cppunit
Commits:
6cb51559 by Andreas Radke at 2026-02-15T20:30:07+01:00
upgpkg: 1.15.1-5; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = cppunit
pkgdesc = A C++ unit testing framework
pkgver = 1.15.1
- pkgrel = 4
+ pkgrel = 5
url = https://www.freedesktop.org/wiki/Software/cppunit
arch = x86_64
license = LGPL-2.1-or-later
makedepends = doxygen
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
options = !emptydirs
source = https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz
sha256sums =
89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=cppunit
pkgver=1.15.1
-pkgrel=4
+pkgrel=5
pkgdesc="A C++ unit testing framework"
arch=('x86_64')
url="https://www.freedesktop.org/wiki/Software/cppunit"
license=('LGPL-2.1-or-later')
-depends=('gcc-libs' 'glibc')
+depends=('glibc' 'libstdc++' 'libgcc')
makedepends=('doxygen')
options=('!emptydirs')
source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppunit/-/commit/6cb5155965ff9065d57f774efd2c8804154472ea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppunit/-/commit/6cb5155965ff9065d57f774efd2c8804154472ea
You're receiving this email because of your account on gitlab.archlinux.org.