summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2022-11-19 08:45:19 +0900
committerQue Quotion2022-11-19 08:45:19 +0900
commit75b08116b7b24e43d9ae6ca7492f22470f57e798 (patch)
treee3671aa8126ab52c1e577317a23b664fcfe8b726 /PKGBUILD
parentd5322f1ae4e6a20f66f2c766fbd16a9d92c3ad97 (diff)
downloadaur-75b08116b7b24e43d9ae6ca7492f22470f57e798.tar.gz
Update, drop libwingpanel.so from depends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b582e8006fd..42ac5646141a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-applications-menu-git
-pkgver=2.8.0.r22.0ba02643
+pkgver=2.11.0.r2.2fec07eb
pkgrel=1
pkgdesc='The Pantheon Application Menu'
arch=(x86_64)
@@ -16,15 +16,12 @@ depends=(
gnome-menus
gtk3
json-glib
- lib{gee,soup,handy}
- lib{granite,wingpanel}.so
- libswitchboard-2.0.so
+ lib{gee,soup,handy,granite.so,switchboard-2.0.so}
zeitgeist
)
makedepends=(
git
meson
- granite
switchboard
vala
wingpanel
@@ -41,9 +38,7 @@ pkgver() {
}
build() {
- arch-meson pantheon-applications-menu build \
- -D b_pie=false \
- -D with-unity=false
+ arch-meson pantheon-applications-menu build
ninja -C build
}