summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2021-01-12 23:31:02 -0300
committerFrancisco Lopes2021-01-12 23:31:02 -0300
commit777c189af6045e16b6e4e697832181d244e7df68 (patch)
tree491975aea3e6ca0568fc832f1e57080435083dd1
parent961c200707efd94806693e454a9e707e6d2ef007 (diff)
downloadaur-777c189af6045e16b6e4e697832181d244e7df68.tar.gz
0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8aa5c1e47e..803ea4492d93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = interception-uswitch
pkgdesc = uswitch: an Interception Tools tool to redirect stdin to a muxer if logged user matches
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/uswitch
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = interception-uswitch
makedepends = gcc
depends = interception-tools
depends = glibc
- source = interception-uswitch.tar.gz::https://gitlab.com/interception/linux/plugins/uswitch/repository/archive.tar.gz?ref=v0.1.0
- sha256sums = 5176239cef3fb536ca58070231866bbdd3515acb47e91343f122dcb22c92d008
+ source = interception-uswitch.tar.gz::https://gitlab.com/interception/linux/plugins/uswitch/repository/archive.tar.gz?ref=v0.1.1
+ sha256sums = 66659db28aeae1156541f9ac33f7a0d3fc78b0da35b30e607401c263a4834b10
pkgname = interception-uswitch
diff --git a/PKGBUILD b/PKGBUILD
index d05b111b5e1a..11b514d2559f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-uswitch
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='uswitch: an Interception Tools tool to redirect stdin to a muxer if logged user matches'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://gitlab.com/interception/linux/plugins/uswitch'
depends=('interception-tools' 'glibc')
makedepends=('boost' 'cmake' 'gcc')
source=("$pkgname.tar.gz::https://gitlab.com/interception/linux/plugins/uswitch/repository/archive.tar.gz?ref=v${pkgver}")
-sha256sums=('5176239cef3fb536ca58070231866bbdd3515acb47e91343f122dcb22c92d008')
+sha256sums=('66659db28aeae1156541f9ac33f7a0d3fc78b0da35b30e607401c263a4834b10')
build() {
cd ${srcdir}/uswitch-v${pkgver}-*