summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fb67fe1b7c6..bcc0034c963b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gtk3-patched-filechooser-icon-view
pkgver=3.24.27
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
arch=(x86_64)
@@ -50,7 +50,8 @@ build() {
-D cloudproviders=true \
-D colord=yes \
-D gtk_doc=true \
- -D man=true
+ -D man=true \
+ -D tracker3=true
meson compile -C build
}