summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2017-04-24 22:57:02 +0200
committerJulian Xhokaxhiu2017-04-24 22:57:02 +0200
commit0d8df457e761d968d99fe542e7771f337d6a7cc7 (patch)
tree4e00700e6e361b9aa17d579a7749dd0c63d6bd04
parent9b36ab7adada82c2f92673d49c40b6fc04afc174 (diff)
downloadaur-0d8df457e761d968d99fe542e7771f337d6a7cc7.tar.gz
Fix git clone syntax
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1145ed96ff5c..428e3bbe5f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = any-proxy-git
license = MIT
makedepends = go
makedepends = git
- source = https://github.com/julianxhokaxhiu/go-any-proxy.git
+ source = git+https://github.com/julianxhokaxhiu/go-any-proxy
md5sums = SKIP
pkgname = any-proxy-git
diff --git a/PKGBUILD b/PKGBUILD
index be484277b55a..7da4a07904ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/julianxhokaxhiu/go-any-proxy"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('MIT')
makedepends=('go' 'git')
-source=("https://github.com/julianxhokaxhiu/go-any-proxy.git")
+source=("git+https://github.com/julianxhokaxhiu/go-any-proxy")
md5sums=('SKIP')
build() {