summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancisco Lopes2021-06-26 21:00:21 -0300
committerFrancisco Lopes2021-06-26 21:00:21 -0300
commit6071aaa4255ee0c81c835382ef99a03cb78bd115 (patch)
treead5fe8be3ac02325ff37a9a61dc74232ef828992 /PKGBUILD
parent104f3c7e0333a7258fd7d7bbaf2c531f1d75ffe6 (diff)
downloadaur-interception-uswitch.tar.gz
0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}