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

Daniel Bermond dbermond at archlinux.org
Tue Jun 16 00:14:59 UTC 2020


    Date: Tuesday, June 16, 2020 @ 00:14:58
  Author: dbermond
Revision: 645607

upgpkg: libmysofa 1.1-2

Fixes FS#67005

Modified:
  libmysofa/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-15 23:02:17 UTC (rev 645606)
+++ PKGBUILD	2020-06-16 00:14:58 UTC (rev 645607)
@@ -2,7 +2,7 @@
 
 pkgname=libmysofa
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA format'
 arch=('x86_64')
 url='https://github.com/hoene/libmysofa/'
@@ -19,6 +19,7 @@
         -S "${pkgname}-${pkgver}" \
         -DCMAKE_BUILD_TYPE:STRING='None' \
         -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+        -DCODE_COVERAGE:BOOL='OFF' \
         -Wno-dev
     make -C "${pkgname}-${pkgver}/build" all
 }



More information about the arch-commits mailing list