summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2021-01-12 14:49:49 -0300
committerFrancisco Lopes2021-01-12 14:49:49 -0300
commite35e1313ec6ca4de6794237980671f416276fd43 (patch)
tree6ed2e428c9b1855b68b9e5bcda257cf9934fc46b
parent39c0e213ef39568ffe891a9577d96921b05f491d (diff)
downloadaur-e35e1313ec6ca4de6794237980671f416276fd43.tar.gz
0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 333f445f2b54..57e595cecf56 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.3
+ pkgver = 0.1.4
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.3
- sha256sums = ff834a2085ba4921ef1d4bc98a501f7e1ce41f7a7c24fe654c002129040bc19f
+ source = interception-xswitch.tar.gz::https://gitlab.com/interception/linux/plugins/xswitch/repository/archive.tar.gz?ref=v0.1.4
+ sha256sums = 9327231aac12bef3c1e92ca42e55604203ae40a7d805cda221ca9add398be9c7
pkgname = interception-xswitch
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}-*