summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e123ab373490..46d224a74b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = interception-xswitch
pkgdesc = xswitch: an Interception Tools tool to redirect stdin to a muxer if a X window matches
- pkgver = 0.1.6
- pkgrel = 3
+ pkgver = 0.1.7
+ pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/xswitch
arch = x86_64
license = MIT
@@ -12,8 +12,8 @@ pkgbase = interception-xswitch
depends = glibc
depends = libx11
depends = libxmu
- source = https://gitlab.com/interception/linux/plugins/xswitch/-/archive/v0.1.6/xswitch-v0.1.6.tar.gz
- sha256sums = 08b6a8c6e0bc901899ba4bdcf4612492a3f94459f86159a6ad3eb3e7513af2b6
+ source = https://gitlab.com/interception/linux/plugins/xswitch/-/archive/v0.1.7/xswitch-v0.1.7.tar.gz
+ sha256sums = 481127c2337502b2b98a8053fb69333b6f95b8aaf5696921c2845545db718446
pkgname = interception-xswitch
diff --git a/PKGBUILD b/PKGBUILD
index 191dea4015a6..441088cedf59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-xswitch
-pkgver=0.1.6
-pkgrel=3
+pkgver=0.1.7
+pkgrel=1
pkgdesc='xswitch: an Interception Tools tool to redirect stdin to a muxer if a X window matches'
arch=('x86_64')
license=('MIT')
@@ -9,7 +9,7 @@ url='https://gitlab.com/interception/linux/plugins/xswitch'
depends=('interception-tools' 'glibc' 'libx11' 'libxmu')
makedepends=('boost' 'cmake' 'gcc')
source=("https://gitlab.com/interception/linux/plugins/xswitch/-/archive/v${pkgver}/xswitch-v${pkgver}.tar.gz")
-sha256sums=('08b6a8c6e0bc901899ba4bdcf4612492a3f94459f86159a6ad3eb3e7513af2b6')
+sha256sums=('481127c2337502b2b98a8053fb69333b6f95b8aaf5696921c2845545db718446')
build() {
cd ${srcdir}/xswitch-v${pkgver}