[arch-commits] Commit in libinstpatch/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue May 26 18:35:28 UTC 2020
Date: Tuesday, May 26, 2020 @ 18:35:28
Author: dvzrv
Revision: 387595
upgpkg: libinstpatch 1.1.5-1: Upgrading to 1.1.5.
Applying latest cmake packaging guidelines.
Modified:
libinstpatch/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-26 18:13:41 UTC (rev 387594)
+++ PKGBUILD 2020-05-26 18:35:28 UTC (rev 387595)
@@ -1,7 +1,7 @@
# Maintainer: David Runge <dvzrv at archlinux.org>
pkgname=libinstpatch
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="Instrument file software library"
arch=('x86_64')
@@ -11,16 +11,16 @@
makedepends=('cmake' 'libsndfile' 'python')
provides=('libinstpatch-1.0.so')
source=("$pkgname-$pkgver.tar.gz::https://github.com/swami/libinstpatch/archive/v${pkgver}.tar.gz")
-sha512sums=('7dae8fd21162e0053c1a72fbd69f228467cd1d05292b503670798a86de187265d0ebde4e822728440abfffa61a0b6b8c1011b794119f285e8bcb57728ab81240')
+sha512sums=('162b71cb80915cbb1b7572b524f0eb5280c9e09c758c1d8dd660b2c3ab4a3da2a7d2372971ece14a8997fa7c2b016b2334dca41bb23bba20ae438550b14f35fa')
-prepare() {
- cd "$pkgname-$pkgver"
-}
-
build() {
cd "$pkgname-$pkgver"
+ export CFLAGS+=" ${CPPFLAGS}"
+ export CXXFLAGS+=" ${CPPFLAGS}"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=/usr/lib \
+ -DCMAKE_BUILD_TYPE='None' \
+ -Wno-dev \
-B build \
-S .
make VERBOSE=1 -C build
More information about the arch-commits
mailing list