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

Antonio Rojas arojas at archlinux.org
Thu Sep 5 18:58:44 UTC 2019


    Date: Thursday, September 5, 2019 @ 18:58:44
  Author: arojas
Revision: 361957

Build examples (FS#63668)

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-05 17:52:28 UTC (rev 361956)
+++ PKGBUILD	2019-09-05 18:58:44 UTC (rev 361957)
@@ -7,7 +7,7 @@
 
 pkgname=libraw
 pkgver=0.19.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('x86_64')
 url="https://www.libraw.org/"
@@ -19,8 +19,7 @@
 build() {
   cd LibRaw-$pkgver
   ./mkdist.sh
-  ./configure --prefix=/usr \
-    --disable-examples
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list