summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2024-02-17 20:15:13 -0500
committerSolomon Choina2024-02-17 20:15:13 -0500
commit37e7cdf649f0735b7b613288984d9fdd24d66032 (patch)
treed62876d8bd85f3f51e8f16f9eab1db99802581da /PKGBUILD
parente4925ace4b2fa61888a885afae9d72ef6d898705 (diff)
downloadaur-switchboard-git.tar.gz
fixed pkgbuild and updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6acd177b5f82..f79c08d0806c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-git
-pkgver=2.4.0.r53.gad5546c
+pkgver=6.0.2.r106.g697df721
pkgrel=1
pkgdesc='The Pantheon Control Center'
arch=('x86_64')
@@ -9,8 +9,8 @@ url='https://github.com/elementary/switchboard'
license=('GPL3')
groups=('pantheon-unstable')
depends=('clutter-gtk' 'glib2' 'glibc' 'gtk3' 'libgee'
- 'libgranite.so' 'libhandy')
-makedepends=('git' 'granite-git' 'intltool' 'meson' 'vala')
+ 'granite7' 'libhandy' 'libadwaita')
+makedepends=('git' 'intltool' 'meson' 'vala' 'sassc')
optdepends=('switchboard-plug-about-git: About plug'
'switchboard-plug-default-applications-git: Default applications plug'
'switchboard-plug-elementary-tweaks-git: Elementary tweaks plug'
@@ -29,8 +29,7 @@ pkgver() {
}
build() {
- arch-meson switchboard build \
- -Dlibunity='false'
+ arch-meson switchboard build
ninja -C build
}