git » tumbler.git » commit 3395dba

libopenraw 0.2 rebuild

author Antonio Rojas
2020-08-28 16:06:09 UTC
committer Antonio Rojas
2020-08-28 16:06:09 UTC
parent 60bcaa7054df66baa4a14e292630495bdf0e90d3

libopenraw 0.2 rebuild

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 138e01d..3703069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=tumbler
 pkgver=0.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('x86_64')
 url="https://www.xfce.org/"
@@ -23,6 +23,7 @@ sha256sums=('6508906f03e5a6ae3f6503b71b056df47d336d5504f39df6ce0bb9c5248007b6')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+  sed -e 's|libopenraw-gnome-0.1|libopenraw-gnome-0.2|' -i configure # Fix build with libopenraw 0.2
 }
 
 build() {