[arch-commits] Commit in kcov/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Sep 28 06:36:55 UTC 2017
Date: Thursday, September 28, 2017 @ 06:36:54
Author: svenstaro
Revision: 260735
upgpkg: kcov 34-1
Modified:
kcov/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-28 06:19:39 UTC (rev 260734)
+++ PKGBUILD 2017-09-28 06:36:54 UTC (rev 260735)
@@ -2,7 +2,7 @@
# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
pkgname=kcov
-pkgver=33
+pkgver=34
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")
-sha512sums=('e35ba3c4dc320cef0cde097cfa2c4067ec6bf86a5ee797d3ec111facffa036da4fc4d403e63bd3767d03eac511987592e77ed61810605f8e2da77c26570e245c')
+sha512sums=('63ea8e47f00e53b55be4c37697a7f0b78c15f887a40fc0679d7e92f1561bd379a526a82179ee243838fe6f6bd5b89c9eb76716cdb5add7bfb0f312176422a346')
build() {
cd $pkgname-$pkgver
@@ -24,7 +24,7 @@
# Strip --as-needed, because dl is linked before dw,
# 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__" ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS="-ldl -D__FOO_BAR_BAZ__" ..
make
}
More information about the arch-commits
mailing list