summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2022-05-29 20:27:44 +0200
committerGerman Lashevich2022-05-29 20:27:44 +0200
commitcb9d48fbe1f425576c9ad52f5263fca9ca0e7914 (patch)
tree0e31836d54ee41a31aec56edf33e04f7ac422e2e
parenta79d04f09800bfffea5e08ce96e41590bb64dffe (diff)
downloadaur-cb9d48fbe1f425576c9ad52f5263fca9ca0e7914.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f21e2af7d9e8..55b189028147 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 = 1.8.5+i3_2
- pkgrel = 2
+ pkgver = 1.8.5+i3_4
+ pkgrel = 1
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = xkb-switch-i3
depends = jsoncpp
provides = xkb-switch
conflicts = xkb-switch
- source = xkb-switch-i3-1.8.5+i3_2.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/1.8.5+i3-2.tar.gz
+ source = xkb-switch-i3-1.8.5+i3_4.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/1.8.5+i3-4.tar.gz
source = i3ipcpp-0.5.tar.gz::https://github.com/drmgc/i3ipcpp/archive/v0.5.tar.gz
- sha1sums = 5275b412178dc7595668e28dbec2ed1f97cfe255
+ sha1sums = 84546b91823a7ba2fd4d01ca33637c1a2b67eaaf
sha1sums = 4022aa1c0c14519c3c5f9b7e82d82fa503b4959c
pkgname = xkb-switch-i3
diff --git a/PKGBUILD b/PKGBUILD
index 7085dca261f9..aec8ed6b38c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_i3ipcpp_ver=0.5
pkgname=xkb-switch-i3
-pkgver=1.8.5+i3_2
-pkgrel=2
+pkgver=1.8.5+i3_4
+pkgrel=1
pkgdesc='Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)'
conflicts=('xkb-switch')
provides=('xkb-switch')
@@ -19,7 +19,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/zebradil/${pkgname}/archive/${pkgver//_/-}.tar.gz"
"i3ipcpp-${_i3ipcpp_ver}.tar.gz::https://github.com/drmgc/i3ipcpp/archive/v${_i3ipcpp_ver}.tar.gz"
)
-sha1sums=('5275b412178dc7595668e28dbec2ed1f97cfe255'
+sha1sums=('84546b91823a7ba2fd4d01ca33637c1a2b67eaaf'
'4022aa1c0c14519c3c5f9b7e82d82fa503b4959c')
build() {