summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-02-04 07:40:16 +0100
committerPellegrino Prevete2021-02-04 07:40:16 +0100
commit0e5aac8dcdeac11b733e4d8385281d78a6906642 (patch)
treed45429551a4a3d481cd89b6ae68139c6202d7a83
parent26c997fdb0315e56c9795a6415f65ad8ccf7c4b4 (diff)
downloadaur-0e5aac8dcdeac11b733e4d8385281d78a6906642.tar.gz
release
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afe599023231..1412c868e5df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgver() {
}
build() {
- arch-meson $_pkgname build -DENABLE_NAUTILUS=true
+ arch-meson -Denable_nautilus=true $_pkgname build
meson compile -C build
}