summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2022-05-21 01:32:25 +0200
committerGerman Lashevich2022-05-21 01:32:25 +0200
commita79d04f09800bfffea5e08ce96e41590bb64dffe (patch)
treec89d8b1183c2d1fdeecd7fb3782ee809734f237f
parent74b0737edada0f965b31daf1b68e812896a44607 (diff)
downloadaur-a79d04f09800bfffea5e08ce96e41590bb64dffe.tar.gz
Update to 1.8.5+i3_2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3af215c05593..f21e2af7d9e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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_1
+ pkgver = 1.8.5+i3_2
pkgrel = 2
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
@@ -15,9 +15,9 @@ pkgbase = xkb-switch-i3
depends = jsoncpp
provides = xkb-switch
conflicts = xkb-switch
- source = xkb-switch-i3-1.8.5+i3_1.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/1.8.5+i3-1.tar.gz
+ 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 = i3ipcpp-0.5.tar.gz::https://github.com/drmgc/i3ipcpp/archive/v0.5.tar.gz
- sha1sums = 5b54044506aa90a5b9e38c5df2c6e7d5a3dea5b7
+ sha1sums = 5275b412178dc7595668e28dbec2ed1f97cfe255
sha1sums = 4022aa1c0c14519c3c5f9b7e82d82fa503b4959c
pkgname = xkb-switch-i3
diff --git a/PKGBUILD b/PKGBUILD
index 7c4262385fa9..7085dca261f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_i3ipcpp_ver=0.5
pkgname=xkb-switch-i3
-pkgver=1.8.5+i3_1
+pkgver=1.8.5+i3_2
pkgrel=2
pkgdesc='Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)'
conflicts=('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=('5b54044506aa90a5b9e38c5df2c6e7d5a3dea5b7'
+sha1sums=('5275b412178dc7595668e28dbec2ed1f97cfe255'
'4022aa1c0c14519c3c5f9b7e82d82fa503b4959c')
build() {