summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb58b1b649ec..4f5b5745bef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = switchboard-plug-keyboard-git
pkgdesc = Switchboard Keyboard Plug
- pkgver = 2.4.1.r120.gbb59a6b
+ pkgver = 2.4.1.r151.g2c6b20e
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-keyboard
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite
+ makedepends = granite-git
makedepends = meson
makedepends = switchboard
makedepends = vala
+ makedepends = libhandy
depends = glib2
depends = glibc
depends = gtk3
@@ -19,7 +20,7 @@ pkgbase = switchboard-plug-keyboard-git
depends = libxklavier
depends = libxml2
depends = ibus
- depends = libhandy
+ depends = libhandy-1.so
depends = libgranite.so
depends = libswitchboard-2.0.so
provides = switchboard-plug-keyboard
@@ -28,4 +29,3 @@ pkgbase = switchboard-plug-keyboard-git
sha256sums = SKIP
pkgname = switchboard-plug-keyboard-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 75371811961f..f951ccf13122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-keyboard-git
-pkgver=2.4.1.r120.gbb59a6b
+pkgver=2.4.1.r151.g2c6b20e
pkgrel=1
pkgdesc='Switchboard Keyboard Plug'
arch=('x86_64')
url='https://github.com/elementary/switchboard-plug-keyboard'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libgnomekbd'
- 'libxklavier' 'libxml2' 'ibus' 'libhandy'
+depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libgnomekbd'
+ 'libxklavier' 'libxml2' 'ibus' 'libhandy-1.so'
'libgranite.so' 'libswitchboard-2.0.so')
-makedepends=('git' 'granite' 'meson' 'switchboard' 'vala')
+makedepends=('git' 'granite-git' 'meson' 'switchboard' 'vala' 'libhandy')
provides=('switchboard-plug-keyboard')
conflicts=('switchboard-plug-keyboard')
source=('git+https://github.com/elementary/switchboard-plug-keyboard.git')