summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2021-05-10 23:36:12 -0300
committerFrancisco Lopes2021-05-10 23:36:12 -0300
commit104f3c7e0333a7258fd7d7bbaf2c531f1d75ffe6 (patch)
tree232be577ea066c9ad6277bf7003128c147546ca6
parent343d9476ab211cf459534ff4705188261a4725b2 (diff)
downloadaur-104f3c7e0333a7258fd7d7bbaf2c531f1d75ffe6.tar.gz
0.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa973c986433..46c2d263a442 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = interception-uswitch
pkgdesc = uswitch: an Interception Tools tool to redirect stdin to a muxer if logged user matches
- pkgver = 0.1.1
- pkgrel = 3
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://gitlab.com/interception/linux/plugins/uswitch
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = interception-uswitch
makedepends = gcc
depends = interception-tools
depends = glibc
- source = https://gitlab.com/interception/linux/plugins/uswitch/-/archive/v0.1.1/uswitch-v0.1.1.tar.gz
- sha256sums = 3e4cc6dfc85afb929c31051ebba19f080210a791cebd16607480bc8a5a207ba1
+ source = https://gitlab.com/interception/linux/plugins/uswitch/-/archive/v0.1.2/uswitch-v0.1.2.tar.gz
+ sha256sums = 26d4278830ecdd414978263196408455385a65e554976aea3fb9fb10dd443b49
pkgname = interception-uswitch
diff --git a/PKGBUILD b/PKGBUILD
index c90e4ccbccad..ce7d845dc52f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Lopes <francisco+interception@nosubstance.me>
pkgname=interception-uswitch
-pkgver=0.1.1
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
pkgdesc='uswitch: an Interception Tools tool to redirect stdin to a muxer if logged user matches'
arch=('x86_64')
license=('MIT')
@@ -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=('3e4cc6dfc85afb929c31051ebba19f080210a791cebd16607480bc8a5a207ba1')
+sha256sums=('26d4278830ecdd414978263196408455385a65e554976aea3fb9fb10dd443b49')
build() {
cd ${srcdir}/uswitch-v${pkgver}