summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCampbell Jones2023-06-03 14:34:05 -0400
committerCampbell Jones2023-06-03 14:34:05 -0400
commit84d256af311e9f5a3a1cdb5f1e4b1a85c66849eb (patch)
tree427b87453ef5df6ab537c7c748ce89e964184bd6 /PKGBUILD
parent5c4f8d31840ee368a205a155ecea60816055072b (diff)
downloadaur-84d256af311e9f5a3a1cdb5f1e4b1a85c66849eb.tar.gz
Use old zenity, update gschema
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07c6e41a46be..62d906e69d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Solomon Choina <shlomochoina at gmail dot com>
-# Maintainer: Campbell Jones <dev at serebit dot com>
+# Maintainer: Campbell Jones <arch at serebit dot com>
pkgname=budgie-desktop-git
-pkgver=10.7.1.r33.ga018185c
+pkgver=10.7.1.r34.g195fbe14
pkgrel=1
pkgdesc="A familiar, modern desktop environment - latest git"
arch=('x86_64' 'armv7h' 'aarch64')
@@ -22,7 +22,7 @@ source=("$pkgname"::'git+https://github.com/BuddiesOfBudgie/budgie-desktop.git'
"30_org.archlinux.budgie-desktop.gschema.override")
sha256sums=('SKIP'
'SKIP'
- '8bf90523787a7acf907adff557e0f578d8516f76c4c63aefe1395250f497324a')
+ '500efe7bc76e6c6c383e5fed55503d3071646cc0ee71524860d6efcf229a920a')
pkgver() {
cd "$pkgname"
@@ -37,7 +37,7 @@ prepare() {
}
build() {
- arch-meson "$pkgname" build
+ arch-meson "$pkgname" build -Duse-old-zenity=true
meson compile -C build
}