[arch-commits] Commit in tumbler/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 28 16:06:09 UTC 2020
Date: Friday, August 28, 2020 @ 16:06:09
Author: arojas
Revision: 394841
libopenraw 0.2 rebuild
Modified:
tumbler/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-28 15:38:13 UTC (rev 394840)
+++ PKGBUILD 2020-08-28 16:06:09 UTC (rev 394841)
@@ -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 @@
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() {
More information about the arch-commits
mailing list