summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-01-21 11:23:59 +0000
committergithub-actions[bot]2024-01-21 11:23:59 +0000
commit594d6afd244ed1ca13dec8bc9ce5a66d2da6f1cd (patch)
tree49f3b7050366f5403a34b024d1e7e612d1fe9b7b
parent8ce301c9716eabb463f57e33b27a6edef70c30e2 (diff)
downloadaur-594d6afd244ed1ca13dec8bc9ce5a66d2da6f1cd.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc4904cb3275..0ae887da9cb4 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 = 2.0.1+i3_5
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 564a2ff8e9ca..944e9b60de78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=xkb-switch-i3-git
pkgver=2.0.1+i3_5
-pkgrel=5
+pkgrel=6
pkgdesc='Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)'
url='https://github.com/zebradil/xkb-switch-i3'
arch=(i686 x86_64)
license=(MIT)
+install=''
depends=(i3-wm jsoncpp libsigc++ libx11 libxkbfile)
makedepends=(cmake git i3-wm libsigc++ libx11 libxkbfile)
conflicts=(xkb-switch xkb-switch-i3)