summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f476ca56dcff..310fd3c409f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-xswitch
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc='xswitch: an Interception Tools tool to redirect stdin to a muxer if a X window matches'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://gitlab.com/interception/linux/plugins/xswitch'
depends=('interception-tools' 'glibc' 'libx11' 'libxmu')
makedepends=('boost' 'cmake' 'gcc')
source=("$pkgname.tar.gz::https://gitlab.com/interception/linux/plugins/xswitch/repository/archive.tar.gz?ref=v${pkgver}")
-sha256sums=('4ac3b13c9136af8ea9cca6a145b1e6cdc364985b6b62b2410caa6812d24f3c89')
+sha256sums=('d0e0abf370d8eba7af95c8f062a96cabda5cf2affa438e831173ef0e89fb0b68')
build() {
cd ${srcdir}/xswitch-v${pkgver}-*