[arch-commits] Commit in cppunit/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Dec 25 12:21:41 UTC 2019


    Date: Wednesday, December 25, 2019 @ 12:21:40
  Author: andyrtr
Revision: 372241

upgpkg: cppunit 1.15.1-1: upstream update 1.15.1; add docs

Modified:
  cppunit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-25 11:36:47 UTC (rev 372240)
+++ PKGBUILD	2019-12-25 12:21:40 UTC (rev 372241)
@@ -2,16 +2,17 @@
 # Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
 
 pkgname=cppunit
-pkgver=1.14.0
-pkgrel=2
+pkgver=1.15.1
+pkgrel=1
 pkgdesc="A C++ unit testing framework"
 arch=('x86_64')
 url="https://www.freedesktop.org/wiki/Software/cppunit"
 license=('LGPL')
 depends=('sh' 'gcc-libs')
+makedepends=('doxygen')
 options=('!emptydirs')
 source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780')
+sha256sums=('89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7')
 
 build() {
    cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list