summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorookami2023-03-02 09:37:37 +0800
committerookami2023-03-02 09:37:37 +0800
commite944d956c3a44c1b2c974603aba1643b574df74f (patch)
treee2f73439de3b2ae46649270d722c63454d6f7387
parent6dcf930b2eb5a133f120dfae561d638fa1d805ee (diff)
downloadaur-e944d956c3a44c1b2c974603aba1643b574df74f.tar.gz
Update version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6280f975e562..54cbb5450940 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.1.3
+ pkgver = 1.2.0
pkgrel = 1
url = https://git.ookami.one/cgit/proxy-ns
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = proxy-ns
depends = libcap
depends = iproute2
depends = badvpn-git
- backup = etc/proxy-nsd.conf
+ backup = etc/proxy-nsd/main.conf
source = git+https://git.ookami.one/cgit/proxy-ns
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 368a256dd8a2..da7e6323e029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ookami <mail@ookami.one>
pkgname=proxy-ns
-pkgver=1.1.3
+pkgver=1.2.0
pkgrel=1
pkgdesc="Run programs in a network namespace where all traffic go through proxy"
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('make')
source=("git+$url")
sha512sums=('SKIP')
backup=(
- etc/proxy-nsd.conf
+ etc/proxy-nsd/main.conf
)
build() {