summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorookami2023-02-07 16:04:18 +0800
committerookami2023-02-07 16:04:18 +0800
commit12aaa75ce15afc822a2262b31b61e4a37d8cfbf5 (patch)
tree7e930ac03e51880238da16c09c25142ee59879ea
parentafb162bb9b9167f085148b3c6a0efdba7f42acf5 (diff)
downloadaur-12aaa75ce15afc822a2262b31b61e4a37d8cfbf5.tar.gz
Update version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c55aae816df..cba4c77b89b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proxy-ns
pkgdesc = Run programs in a network namespace where all traffic go through proxy
- pkgver = 1.0.8
+ pkgver = 1.1.2
pkgrel = 1
url = https://git.ookami.one/cgit/proxy-ns
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c0cd6bd2dae2..0c3d07cf5a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ookami <mail@ookami.one>
pkgname=proxy-ns
-pkgver=1.0.8
+pkgver=1.1.2
pkgrel=1
pkgdesc="Run programs in a network namespace where all traffic go through proxy"
arch=('x86_64')
@@ -22,5 +22,4 @@ build() {
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir" PREFIX=/usr install
- setcap cap_sys_admin=ep $pkgdir/usr/bin/proxy-ns
}