summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2021-01-12 16:19:37 -0300
committerFrancisco Lopes2021-01-12 16:19:37 -0300
commita5c63af70c97f8afcd6ced2c2c73e3d77877da5c (patch)
tree26a1a90cc5cd737a1863c996d35aa7f80fe7fd2a
parente35e1313ec6ca4de6794237980671f416276fd43 (diff)
downloadaur-a5c63af70c97f8afcd6ced2c2c73e3d77877da5c.tar.gz
0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57e595cecf56..b8755047c6db 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.4
+ pkgver = 0.1.5
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.4
- sha256sums = 9327231aac12bef3c1e92ca42e55604203ae40a7d805cda221ca9add398be9c7
+ source = interception-xswitch.tar.gz::https://gitlab.com/interception/linux/plugins/xswitch/repository/archive.tar.gz?ref=v0.1.5
+ sha256sums = 4ac3b13c9136af8ea9cca6a145b1e6cdc364985b6b62b2410caa6812d24f3c89
pkgname = interception-xswitch
diff --git a/PKGBUILD b/PKGBUILD
index 21391d71d1db..f476ca56dcff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-xswitch
-pkgver=0.1.4
+pkgver=0.1.5
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=('9327231aac12bef3c1e92ca42e55604203ae40a7d805cda221ca9add398be9c7')
+sha256sums=('4ac3b13c9136af8ea9cca6a145b1e6cdc364985b6b62b2410caa6812d24f3c89')
build() {
cd ${srcdir}/xswitch-v${pkgver}-*