summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-01-21 11:23:17 +0000
committergithub-actions[bot]2024-01-21 11:23:17 +0000
commit9ade51c1a6272a64f8f1cf9219b40bc6c3aa6af7 (patch)
treeee2680274c352332f9485afdaef3ef7d470a4f34
parent2b5cac593333b0b4ee1ea8099478f19f4880cc4d (diff)
downloadaur-9ade51c1a6272a64f8f1cf9219b40bc6c3aa6af7.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 057a5255fd25..b3ed97c12cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xkb-switch-i3
pkgdesc = Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)
pkgver = 2.0.1+i3_5
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2ad01380114f..415ff5239a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=xkb-switch-i3
pkgver=2.0.1+i3_5
-pkgrel=8
+pkgrel=9
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)