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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Feb 9 12:40:36 UTC 2017


    Date: Thursday, February 9, 2017 @ 12:40:35
  Author: svenstaro
Revision: 211449

upgpkg: kcov 33-1

upstream release 33

Modified:
  kcov/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 12:23:14 UTC (rev 211448)
+++ PKGBUILD	2017-02-09 12:40:35 UTC (rev 211449)
@@ -2,7 +2,7 @@
 # Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
 
 pkgname=kcov
-pkgver=31
+pkgver=33
 pkgrel=1
 pkgdesc="Code coverage tester for compiled programs, Python scripts and shell scripts"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('elfutils' 'curl')
 makedepends=('cmake' 'python2')
 source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz")
-sha1sums=('76f046d71f120f0304817b8e755783be34892924')
+sha512sums=('e35ba3c4dc320cef0cde097cfa2c4067ec6bf86a5ee797d3ec111facffa036da4fc4d403e63bd3767d03eac511987592e77ed61810605f8e2da77c26570e245c')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,7 +25,7 @@
   # but is actually used by dw, so we can't strip it before
   export LDFLAGS="${LDFLAGS/--as-needed,/}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl -D__FOO_BAR_BAZ__" ..
-  make VERBOSE=1
+  make
 }
 
 package() {



More information about the arch-commits mailing list