summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2019-12-15 22:17:44 +0100
committerGerman Lashevich2019-12-15 22:17:44 +0100
commit623a88964542b0408474829656ca5c17a58687a8 (patch)
tree676d60b99f19d7b00b24169c157b4f2b16b5bdb3
parentbda370be2950e9c9f6db994efbc4c5601b3de660 (diff)
downloadaur-623a88964542b0408474829656ca5c17a58687a8.tar.gz
Fix jsoncpp package name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6626ecedbb3..ea04fb6e544f 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 = 4
+ pkgrel = 6
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = xkb-switch-i3-git
depends = libxkbfile
depends = i3-wm
depends = libsigc++
- depends = libjsoncpp
+ depends = jsoncpp
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 e8ed14a067ed..6decef22cbf4 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=4
+pkgrel=6
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++' 'libjsoncpp')
+depends=('libx11' 'libxkbfile' 'i3-wm' 'libsigc++' 'jsoncpp')
makedepends=('git' 'cmake')
source=(
"git+https://github.com/zebradil/${_pkgname}.git#branch=master"