summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDidier Richard2021-10-27 09:19:28 +0200
committerDidier Richard2021-10-27 09:19:28 +0200
commit4d043836a68db220c717e34453d72c08b5926665 (patch)
tree9f256f573ff03073a3806eef3dd23b0ec19fcd47 /PKGBUILD
parentea743ae904ea59c10dd1bb2c66c41bbba5fe3feb (diff)
downloadaur-4d043836a68db220c717e34453d72c08b5926665.tar.gz
FIX appindicator
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cfc363c126f..d29f3bc0cc63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pamac-aur
pkgver=10.2.2
-pkgrel=1
+pkgrel=2
_pkgfixver=$pkgver
_commit='125033f1da74b617c9ef3b74c8b26d4156ed7daa'
@@ -39,7 +39,6 @@ build() {
cd builddir
meson --buildtype=release \
--prefix=/usr \
- -Denable-appindicator=true \
--sysconfdir=/etc
ninja
}