summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2020-04-07 12:51:22 +0200
committerGerman Lashevich2020-04-07 12:51:22 +0200
commit82c6228e0a118c182b0770087131b4ab347d3272 (patch)
treede9a4c278950d898ae05f7a707919a835b9c8892
parent1f3b3754e355cfad73aac398d24ef015ebd1f57a (diff)
downloadaur-82c6228e0a118c182b0770087131b4ab347d3272.tar.gz
Bump version to 1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c0cb720a2d9..d668c7f1c948 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.6.1
+ pkgver = 1.7.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.6.1.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/1.6.1.tar.gz
+ source = xkb-switch-i3-1.7.1.tar.gz::https://github.com/zebradil/xkb-switch-i3/archive/1.7.1.tar.gz
source = i3ipcpp-0.5.tar.gz::https://github.com/drmgc/i3ipcpp/archive/v0.5.tar.gz
- sha1sums = eb33343dcb52757240539bd72ef053611c5e5b3c
+ sha1sums = 5e8be40b9f0d9dfaa595798588bf11276eed46fc
sha1sums = 4022aa1c0c14519c3c5f9b7e82d82fa503b4959c
pkgname = xkb-switch-i3
diff --git a/PKGBUILD b/PKGBUILD
index 66313de69990..20322222acf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_i3ipcpp_ver=0.5
pkgname=xkb-switch-i3
-pkgver=1.6.1
+pkgver=1.7.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=('eb33343dcb52757240539bd72ef053611c5e5b3c'
+sha1sums=('5e8be40b9f0d9dfaa595798588bf11276eed46fc'
'4022aa1c0c14519c3c5f9b7e82d82fa503b4959c')
build() {