summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-11-13 16:00:12 +0000
committergithub-actions[bot]2023-11-13 16:00:12 +0000
commitdde362c80466683ffeb8d678f8002a4f12314e6a (patch)
tree03d2c6fea6d46ef937c242b35710779862f59bea
parentf0102fdee2a1068cdec60cd823b3ce26efb0fceb (diff)
downloadaur-dde362c80466683ffeb8d678f8002a4f12314e6a.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faee56c5e1a2..a4ccee05a7f2 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 = 5
+ pkgrel = 6
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6b3f0aec1633..a6f723426f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=xkb-switch-i3
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)
@@ -17,8 +17,6 @@ makedepends=(cmake git i3-wm libsigc++ libx11 libxkbfile)
conflicts=(xkb-switch)
provides=(xkb-switch)
source=(xkb-switch-i3-2.0.1+i3_5.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/2.0.1+i3-5.tar.gz i3ipcpp-1bf594d1f25e63122c6f92c2a61a848b45457e08.tar.gz::https://api.github.com/repos/drmgc/i3ipcpp/tarball/1bf594d1f25e63122c6f92c2a61a848b45457e08)
-sha256sums=('43e9e54ab9177db9f0b2050c1e1091eabaf8c023c39ef2d9450cc9675078a8b1'
- 'c2204fc1d0e7e0b7870e74dcfdea3a2d5edc53b8e55a23d046608021f3f3e9c0')
build ()
{
cd "${srcdir}/${pkgname}-${pkgver//[_+]/-}";
@@ -31,3 +29,5 @@ package ()
cd "${srcdir}/${pkgname}-${pkgver//[_+]/-}";
make DESTDIR="$pkgdir/" install
}
+sha256sums=('43e9e54ab9177db9f0b2050c1e1091eabaf8c023c39ef2d9450cc9675078a8b1'
+ 'c2204fc1d0e7e0b7870e74dcfdea3a2d5edc53b8e55a23d046608021f3f3e9c0')