summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46c2d263a442..6cfc5a52d6d5 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.2
+ pkgver = 0.2.0
pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/uswitch
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = interception-uswitch
makedepends = gcc
depends = interception-tools
depends = glibc
- source = https://gitlab.com/interception/linux/plugins/uswitch/-/archive/v0.1.2/uswitch-v0.1.2.tar.gz
- sha256sums = 26d4278830ecdd414978263196408455385a65e554976aea3fb9fb10dd443b49
+ source = https://gitlab.com/interception/linux/plugins/uswitch/-/archive/v0.2.0/uswitch-v0.2.0.tar.gz
+ sha256sums = f162d0a634e1c8e330aeebbe29f3ef0ac913b506e17d06d9b4bb2a8788403b7e
pkgname = interception-uswitch
-
diff --git a/PKGBUILD b/PKGBUILD
index ce7d845dc52f..00de077cb69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-uswitch
-pkgver=0.1.2
+pkgver=0.2.0
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=("https://gitlab.com/interception/linux/plugins/uswitch/-/archive/v${pkgver}/uswitch-v${pkgver}.tar.gz")
-sha256sums=('26d4278830ecdd414978263196408455385a65e554976aea3fb9fb10dd443b49')
+sha256sums=('f162d0a634e1c8e330aeebbe29f3ef0ac913b506e17d06d9b4bb2a8788403b7e')
build() {
cd ${srcdir}/uswitch-v${pkgver}