author | Evangelos Foutras
<foutrelis@archlinux.org> 2020-12-19 03:42:21 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2020-12-19 03:42:21 UTC |
parent | 3395dbac3638d6d4e1f9a3efdc92ab93854b186f |
PKGBUILD | +4 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 3703069..d4caec2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 @@ 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 + + # Fix build with libopenraw 0.3 + sed -i 's|libopenraw-gnome-0.1|libopenraw-gnome-0.3|' configure } build() {