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

Antonio Rojas arojas at archlinux.org
Sat Jan 19 10:46:55 UTC 2019


    Date: Saturday, January 19, 2019 @ 10:46:54
  Author: arojas
Revision: 344456

Update to 2.5.0, build static libs (otherwise building tests fails)

Modified:
  exempi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 10:15:31 UTC (rev 344455)
+++ PKGBUILD	2019-01-19 10:46:54 UTC (rev 344456)
@@ -2,7 +2,7 @@
 # Contributor: André Klitzing <aklitzing at online.de>
 
 pkgname=exempi
-pkgver=2.4.5
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A library to parse XMP metadata"
 url="https://libopenraw.freedesktop.org/wiki/Exempi"
@@ -10,7 +10,7 @@
 license=(custom:BSD)
 depends=(gcc-libs expat zlib)
 makedepends=(boost git autoconf-archive)
-_commit=c523a9515d62e15b77789213227ffb605325ee22  # tags/2.4.5^0
+_commit=ba6698c39da63b0cbe4742389d31bf4de8716de0  # tags/2.5.0^0
 source=("git+https://anongit.freedesktop.org/git/exempi#commit=$_commit")
 sha256sums=('SKIP')
 validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
@@ -27,7 +27,7 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr # --disable-static
   make
 }
 



More information about the arch-commits mailing list