summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2020-07-21 23:48:09 +0200
committerGerman Lashevich2020-07-21 23:48:09 +0200
commitf5cac62f1ebae353873c9528d1fb37bc90ce56c8 (patch)
tree8adcad42c8b2f26fb968c6bd6698611e57f925dd
parent3b7dbe2121c6549b5feaae778459105924705880 (diff)
downloadaur-f5cac62f1ebae353873c9528d1fb37bc90ce56c8.tar.gz
Bump version to 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c04e52fde85..a0bf67ac366f 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.0
+ pkgver = 1.8.1
pkgrel = 1
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.0.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/1.8.0.tar.gz
+ source = xkb-switch-i3-1.8.1.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/1.8.1.tar.gz
source = i3ipcpp-0.5.tar.gz::https://github.com/drmgc/i3ipcpp/archive/v0.5.tar.gz
- sha1sums = 2b380f617299ae212a78698670764e17aa741888
+ sha1sums = 4cbda3f5959013d914f08def583341ea337f54c6
sha1sums = 4022aa1c0c14519c3c5f9b7e82d82fa503b4959c
pkgname = xkb-switch-i3
diff --git a/PKGBUILD b/PKGBUILD
index 5bf446744118..b1946812a8e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_i3ipcpp_ver=0.5
pkgname=xkb-switch-i3
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
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=('2b380f617299ae212a78698670764e17aa741888'
+sha1sums=('4cbda3f5959013d914f08def583341ea337f54c6'
'4022aa1c0c14519c3c5f9b7e82d82fa503b4959c')
build() {