summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2021-01-12 13:50:52 -0300
committerFrancisco Lopes2021-01-12 13:50:52 -0300
commit39c0e213ef39568ffe891a9577d96921b05f491d (patch)
tree0e2b6f2bae50d765ad2903918df67ae64d1c453d
parentdb8ed22b02673300755eb811e3cae20445f6ac87 (diff)
downloadaur-39c0e213ef39568ffe891a9577d96921b05f491d.tar.gz
0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7b140b20194..333f445f2b54 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.2
+ pkgver = 0.1.3
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.2
- sha256sums = 4946f5317c776e15882b75a67a817e1f368dbc5b520c2d9c45f692624c296358
+ source = interception-xswitch.tar.gz::https://gitlab.com/interception/linux/plugins/xswitch/repository/archive.tar.gz?ref=v0.1.3
+ sha256sums = ff834a2085ba4921ef1d4bc98a501f7e1ce41f7a7c24fe654c002129040bc19f
pkgname = interception-xswitch
diff --git a/PKGBUILD b/PKGBUILD
index 15ed52b3439e..b1082c6c257c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-xswitch
-pkgver=0.1.2
+pkgver=0.1.3
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=('4946f5317c776e15882b75a67a817e1f368dbc5b520c2d9c45f692624c296358')
+sha256sums=('ff834a2085ba4921ef1d4bc98a501f7e1ce41f7a7c24fe654c002129040bc19f')
build() {
cd ${srcdir}/xswitch-v${pkgver}-*