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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 19 03:42:21 UTC 2020


    Date: Saturday, December 19, 2020 @ 03:42:21
  Author: foutrelis
Revision: 404514

upgpkg: tumbler 0.2.9-3: libopenraw 0.3.0 rebuild

Modified:
  tumbler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-19 01:17:00 UTC (rev 404513)
+++ PKGBUILD	2020-12-19 03:42:21 UTC (rev 404514)
@@ -4,7 +4,7 @@
 
 pkgname=tumbler
 pkgver=0.2.9
-pkgrel=2
+pkgrel=3
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('x86_64')
 url="https://www.xfce.org/"
@@ -23,7 +23,9 @@
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  sed -e 's|libopenraw-gnome-0.1|libopenraw-gnome-0.2|' -i configure # Fix build with libopenraw 0.2
+
+  # Fix build with libopenraw 0.3
+  sed -i 's|libopenraw-gnome-0.1|libopenraw-gnome-0.3|' configure
 }
 
 build() {



More information about the arch-commits mailing list