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 b1082c6c257c..21391d71d1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-xswitch
-pkgver=0.1.3
+pkgver=0.1.4
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=('ff834a2085ba4921ef1d4bc98a501f7e1ce41f7a7c24fe654c002129040bc19f')
+sha256sums=('9327231aac12bef3c1e92ca42e55604203ae40a7d805cda221ca9add398be9c7')
build() {
cd ${srcdir}/xswitch-v${pkgver}-*