summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorookami2022-10-08 12:54:51 +0800
committerookami2022-10-08 12:54:51 +0800
commitd0d082b2d398d6c2955cb0dbae9f14c5161bb866 (patch)
tree4f10572add179fcefb8a781b392328f5c1f612d6
parent0ba476d2a1f7a1305762b8a7c4a3083d2b3f4728 (diff)
downloadaur-d0d082b2d398d6c2955cb0dbae9f14c5161bb866.tar.gz
Migrate git repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4743b5e2af4d..c0ebb0ffde81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = proxy-ns
pkgdesc = Run programs in a network namespace where all traffic go through proxy
pkgver = 1.0.7
- pkgrel = 1
- url = https://github.com/OkamiW/proxy-ns
+ pkgrel = 2
+ url = https://git.ookami.one/cgit/proxy-ns
arch = x86_64
license = GPL
makedepends = make
@@ -12,7 +12,7 @@ pkgbase = proxy-ns
depends = iproute2
depends = badvpn-git
backup = etc/proxy-nsd.conf
- source = git+https://github.com/OkamiW/proxy-ns
+ source = git+https://git.ookami.one/cgit/proxy-ns
sha512sums = SKIP
pkgname = proxy-ns
diff --git a/PKGBUILD b/PKGBUILD
index 12ae4c7884e3..917dc8c8877b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: ookami <mail@ookami.one>
pkgname=proxy-ns
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Run programs in a network namespace where all traffic go through proxy"
arch=('x86_64')
-url="https://github.com/OkamiW/proxy-ns"
+url="https://git.ookami.one/cgit/proxy-ns"
license=('GPL')
depends=('bash' 'glibc' 'libcap' 'iproute2' 'badvpn-git')
makedepends=('make')