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

Baptiste Jonglez zorun at archlinux.org
Sun Feb 4 23:10:27 UTC 2018


    Date: Sunday, February 4, 2018 @ 23:10:26
  Author: zorun
Revision: 289071

upgpkg: yaml-cpp 0.6.1-2

Don't build and install tests, avoids file conflicts (FS#57361)

Modified:
  yaml-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-04 20:08:57 UTC (rev 289070)
+++ PKGBUILD	2018-02-04 23:10:26 UTC (rev 289071)
@@ -4,7 +4,7 @@
 
 pkgname=yaml-cpp
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
 url="https://github.com/jbeder/yaml-cpp"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 build() {
     cd yaml-cpp-yaml-cpp-$pkgver
 
-    cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+    cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TESTS=OFF
     make
 }
 



More information about the arch-commits mailing list