summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2019-12-08 20:57:31 +0100
committerJulian Xhokaxhiu2019-12-08 20:57:31 +0100
commit46cad37cc8bcaab765fae48475fe020c621e8422 (patch)
treef1f3b72c24c6af0e69869d0047532d9624102777
parent532bb70ba0f6fe0e6f5f87557b4d98d0ca671bcb (diff)
downloadaur-46cad37cc8bcaab765fae48475fe020c621e8422.tar.gz
Use official repository
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24eac450afe0..19658e002717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = any-proxy-git
pkgdesc = A transparent proxy written in Golang
pkgver = 1.2
- pkgrel = 2
- url = https://github.com/julianxhokaxhiu/go-any-proxy
+ pkgrel = 3
+ url = https://github.com/ryanchapman/go-any-proxy.git
arch = x86_64
arch = i686
arch = arm
@@ -11,7 +11,7 @@ pkgbase = any-proxy-git
license = MIT
makedepends = go
makedepends = git
- source = git+https://github.com/julianxhokaxhiu/go-any-proxy
+ source = git+https://github.com/ryanchapman/go-any-proxy
md5sums = SKIP
pkgname = any-proxy-git
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() {