summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-10-05 20:07:41 -0400
committerSolomon Choina2020-10-05 20:07:41 -0400
commitf5ab74f300871cca9c3e0481aeeba790636d927f (patch)
tree945577f5cadf624bd193890c990edfa216284c04 /PKGBUILD
parent4ce8784595c7c5e8ed0b5b203b0e5cd46127d303 (diff)
downloadaur-f5ab74f300871cca9c3e0481aeeba790636d927f.tar.gz
libhandy update to libhandy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b92c3b3ae23..e5b6b609379c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-git
-pkgver=2.4.0.r25.gb406b3d
+pkgver=2.4.0.r30.g79e6d44
pkgrel=1
pkgdesc='The Pantheon Control Center'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/elementary/switchboard'
license=('GPL3')
groups=('pantheon-unstable')
depends=('clutter-gtk' 'glib2' 'glibc' 'gtk3' 'libgee'
- 'libgranite.so' 'libhandy1')
+ 'libgranite.so' 'libhandy')
makedepends=('git' 'granite' 'intltool' 'meson' 'vala')
optdepends=('switchboard-plug-about-git: About plug'
'switchboard-plug-default-applications-git: Default applications plug'
@@ -19,10 +19,8 @@ optdepends=('switchboard-plug-about-git: About plug'
'switchboard-plug-power-git: Power plug')
provides=('switchboard' 'libswitchboard-2.0.so')
conflicts=('switchboard')
-source=('git+https://github.com/elementary/switchboard.git'
- '0001-libhandy1-support.patch')
-sha256sums=('SKIP'
- '0963caab95c40cb9e538316eb5da2bd6e0614d570d887db13f3ff76e78fa9ed4')
+source=('git+https://github.com/elementary/switchboard.git')
+sha256sums=('SKIP')
pkgver() {
cd switchboard
@@ -30,10 +28,6 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd switchboard
- patch -Np1 -i ../0001-libhandy1-support.patch
-}
build() {
arch-meson switchboard build \
-Dlibunity='false'