summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCampbell Jones2023-05-13 11:42:54 -0400
committerCampbell Jones2023-05-13 11:42:54 -0400
commit5c4f8d31840ee368a205a155ecea60816055072b (patch)
tree2ab464a8a1a8342bbd935ce8d424102a851817c8 /PKGBUILD
parentd5aa83d0e4f07c1aa5bd26029f933f4f82c5e622 (diff)
downloadaur-5c4f8d31840ee368a205a155ecea60816055072b.tar.gz
Remove use-old-zenity arg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfc9f325fd4b..07c6e41a46be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Campbell Jones <dev at serebit dot com>
pkgname=budgie-desktop-git
-pkgver=10.7.1.r30.gde1379f6
+pkgver=10.7.1.r33.ga018185c
pkgrel=1
pkgdesc="A familiar, modern desktop environment - latest git"
arch=('x86_64' 'armv7h' 'aarch64')
@@ -37,7 +37,7 @@ prepare() {
}
build() {
- arch-meson "$pkgname" build -Duse-old-zenity=true
+ arch-meson "$pkgname" build
meson compile -C build
}