summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 473b3631c33e..4734d39d0257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Julian Xhokaxhiu <info@julianxhokaxhiu.com>
pkgname=any-proxy-git
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="A transparent proxy written in Golang"
-url="https://github.com/julianxhokaxhiu/go-any-proxy"
+url="https://github.com/ryanchapman/go-any-proxy.git"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('MIT')
makedepends=('go' 'git')
-source=("git+https://github.com/julianxhokaxhiu/go-any-proxy")
+source=("git+https://github.com/ryanchapman/go-any-proxy")
md5sums=('SKIP')
build() {