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

Antonio Rojas arojas at archlinux.org
Fri Aug 28 15:59:16 UTC 2020


    Date: Friday, August 28, 2020 @ 15:59:15
  Author: arojas
Revision: 691098

libopenraw 0.2 rebuild

Modified:
  raw-thumbnailer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 15:56:26 UTC (rev 691097)
+++ PKGBUILD	2020-08-28 15:59:15 UTC (rev 691098)
@@ -3,7 +3,7 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A lightweight and fast raw image thumbnailer that can be used by file managers."
 url="https://code.google.com/archive/p/raw-thumbnailer/"
 license=('GPL2')
@@ -15,8 +15,8 @@
 prepare() {
 	cd $pkgname-$pkgver
 
-	# Fix build with libopenraw 0.1.0
-	sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure.ac
+	# Fix build with libopenraw 0.2
+	sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.2/' configure.ac
 	autoreconf -vi
 }
 



More information about the arch-commits mailing list