summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2019-12-15 15:13:29 +0100
committerGerman Lashevich2019-12-15 15:13:29 +0100
commite38115836dcea15eaa9ec60f1fa7f0cbaa0a5f90 (patch)
treeb73fee31f8d20916f42770cc831ab0d72da0fdd9
parent887a48c9ec9f215de529100ae9c72bec3d0d5dac (diff)
downloadaur-e38115836dcea15eaa9ec60f1fa7f0cbaa0a5f90.tar.gz
Move sigc++ to general dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8940e006860c..eab11baedbef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
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 = 2
+ pkgrel = 3
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
- makedepends = libsigc++
depends = libx11
depends = libxkbfile
depends = i3-wm
+ depends = libsigc++
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 d38fcba634d7..a17d3429a4be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@ _pkgname=xkb-switch-i3
pkgname=xkb-switch-i3-git
pkgver=1.6.0.r7.g69fe11f
-pkgrel=2
+pkgrel=3
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')
-makedepends=('git' 'cmake' 'libsigc++')
+depends=('libx11' 'libxkbfile' 'i3-wm' 'libsigc++')
+makedepends=('git' 'cmake')
source=(
"git+https://github.com/zebradil/${_pkgname}.git#branch=master"
"git+https://github.com/drmgc/i3ipcpp.git"