summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVampireSH2017-01-07 20:11:11 +0800
committerVampireSH2017-01-07 20:11:11 +0800
commitc5097525e460e56286dca37e715c3a60ffe3be11 (patch)
treeb26ce84d4947a2eed4573c814e081a5298b08cc8
parentd5e1abb8af69193b0d11c395b8bffd6097848f64 (diff)
downloadaur-c5097525e460e56286dca37e715c3a60ffe3be11.tar.gz
modify the source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ff52821d956..af665869951c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = pvim
arch = any
license = MPL
depends = xclip
- source = git+https://github.com/Sherlock-Holo/pvim.git
+ source = git://github.com/Sherlock-Holo/pvim.git
md5sums = SKIP
pkgname = pvim
diff --git a/PKGBUILD b/PKGBUILD
index 73e46a168b80..789c56b0f8d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
license=('MPL')
depends=('xclip')
makedpends=('git')
-source=("git+https://github.com/Sherlock-Holo/$pkgname.git")
+source=("git://github.com/Sherlock-Holo/$pkgname.git")
md5sums=('SKIP')
package(){