summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2021-01-12 23:26:29 -0300
committerFrancisco Lopes2021-01-12 23:26:29 -0300
commitbfcb35f1e60c35736c91f560e285f613b86b75bc (patch)
treeb75566bf538c3851028c42bc61baddecd1e347d0
parenta5c63af70c97f8afcd6ced2c2c73e3d77877da5c (diff)
downloadaur-bfcb35f1e60c35736c91f560e285f613b86b75bc.tar.gz
0.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8755047c6db..7288b361f7b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = interception-xswitch
pkgdesc = xswitch: an Interception Tools tool to redirect stdin to a muxer if a X window matches
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/xswitch
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = interception-xswitch
depends = glibc
depends = libx11
depends = libxmu
- source = interception-xswitch.tar.gz::https://gitlab.com/interception/linux/plugins/xswitch/repository/archive.tar.gz?ref=v0.1.5
- sha256sums = 4ac3b13c9136af8ea9cca6a145b1e6cdc364985b6b62b2410caa6812d24f3c89
+ source = interception-xswitch.tar.gz::https://gitlab.com/interception/linux/plugins/xswitch/repository/archive.tar.gz?ref=v0.1.6
+ sha256sums = d0e0abf370d8eba7af95c8f062a96cabda5cf2affa438e831173ef0e89fb0b68
pkgname = interception-xswitch
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}-*