summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2019-07-18 12:13:35 +0200
committerMaxime Gauduin2019-07-18 12:13:35 +0200
commite4b15b17d0d584ccedc03c27c551bd061ff981d0 (patch)
treea73ca1d8e14d13faf275b7abd062014e32d7d894 /PKGBUILD
parent737e55f4253a9a863abcf99840de4394a9cc783e (diff)
downloadaur-wingpanel.tar.gz
update wingpanel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a93c51d165d0..ef2a90e1bfa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc='The Pantheon Top Panel'
arch=(x86_64)
@@ -27,8 +27,7 @@ source=(git+https://github.com/elementary/wingpanel.git#tag=${pkgver})
sha256sums=(SKIP)
build() {
- arch-meson wingpanel build \
- -D b_pie=false
+ arch-meson wingpanel build
ninja -C build
}