summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2019-12-15 22:14:28 +0100
committerGerman Lashevich2019-12-15 22:14:28 +0100
commitbda370be2950e9c9f6db994efbc4c5601b3de660 (patch)
tree0f37570145de0d62e055abd95adb00ebbdb9bb5a
parente38115836dcea15eaa9ec60f1fa7f0cbaa0a5f90 (diff)
downloadaur-bda370be2950e9c9f6db994efbc4c5601b3de660.tar.gz
Add jsoncpp dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eab11baedbef..d6626ecedbb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xkb-switch-i3-git
pkgdesc = Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)
pkgver = 1.6.0.r7.g69fe11f
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = xkb-switch-i3-git
depends = libxkbfile
depends = i3-wm
depends = libsigc++
+ depends = libjsoncpp
provides = xkb-switch
conflicts = xkb-switch
source = git+https://github.com/zebradil/xkb-switch-i3.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index a17d3429a4be..e8ed14a067ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ _pkgname=xkb-switch-i3
pkgname=xkb-switch-i3-git
pkgver=1.6.0.r7.g69fe11f
-pkgrel=3
+pkgrel=4
pkgdesc='Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)'
conflicts=('xkb-switch')
provides=('xkb-switch')
arch=('i686' 'x86_64')
url="https://github.com/zebradil/${_pkgname}"
license=('GPL3')
-depends=('libx11' 'libxkbfile' 'i3-wm' 'libsigc++')
+depends=('libx11' 'libxkbfile' 'i3-wm' 'libsigc++' 'libjsoncpp')
makedepends=('git' 'cmake')
source=(
"git+https://github.com/zebradil/${_pkgname}.git#branch=master"