summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2021-01-12 11:29:57 -0300
committerFrancisco Lopes2021-01-12 11:29:57 -0300
commitdb8ed22b02673300755eb811e3cae20445f6ac87 (patch)
treeec3cda1b9422114511940ddffaa0e57a5993b915
parent4c48f31229d73044e14941f22de92d584544e748 (diff)
downloadaur-db8ed22b02673300755eb811e3cae20445f6ac87.tar.gz
0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac89a14debe8..c7b140b20194 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.1
+ pkgver = 0.1.2
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.1
- sha256sums = 8bb49502179b6433e43fcc7051f5aad52695cee70b5bdab59818719d64682690
+ source = interception-xswitch.tar.gz::https://gitlab.com/interception/linux/plugins/xswitch/repository/archive.tar.gz?ref=v0.1.2
+ sha256sums = 4946f5317c776e15882b75a67a817e1f368dbc5b520c2d9c45f692624c296358
pkgname = interception-xswitch
diff --git a/PKGBUILD b/PKGBUILD
index 01361861b355..15ed52b3439e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-xswitch
-pkgver=0.1.1
+pkgver=0.1.2
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=('8bb49502179b6433e43fcc7051f5aad52695cee70b5bdab59818719d64682690')
+sha256sums=('4946f5317c776e15882b75a67a817e1f368dbc5b520c2d9c45f692624c296358')
build() {
cd ${srcdir}/xswitch-v${pkgver}-*