summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-11-16 19:08:13 -0500
committerSolomon Choina2020-11-16 19:08:13 -0500
commitb7adcb3e3cafeb1f5a19eaafc55510c07a0822db (patch)
treedb4f0a7fd302c2da7214c77e94dcf63b65170b0e
parent9cd11936e9e8fc2c7a501595f8c6c082acb3d1bc (diff)
downloadaur-b7adcb3e3cafeb1f5a19eaafc55510c07a0822db.tar.gz
libhandy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db3dd8a2e1ed..fb58b1b649ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = switchboard-plug-keyboard-git
pkgdesc = Switchboard Keyboard Plug
- pkgver = 2.4.0.r21.g967ff9a
+ pkgver = 2.4.1.r120.gbb59a6b
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-keyboard
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = switchboard-plug-keyboard-git
depends = libxklavier
depends = libxml2
depends = ibus
+ depends = libhandy
depends = libgranite.so
depends = libswitchboard-2.0.so
provides = switchboard-plug-keyboard
diff --git a/PKGBUILD b/PKGBUILD
index ac26cf41924c..75371811961f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-keyboard-git
-pkgver=2.4.0.r21.g967ff9a
+pkgver=2.4.1.r120.gbb59a6b
pkgrel=1
pkgdesc='Switchboard Keyboard Plug'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/elementary/switchboard-plug-keyboard'
license=('GPL3')
groups=('pantheon-unstable')
depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libgnomekbd'
- 'libxklavier' 'libxml2' 'ibus'
+ 'libxklavier' 'libxml2' 'ibus' 'libhandy'
'libgranite.so' 'libswitchboard-2.0.so')
makedepends=('git' 'granite' 'meson' 'switchboard' 'vala')
provides=('switchboard-plug-keyboard')