summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61d03abf5150..2d2c9e9f7c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('MIT')
groups=('vim-plugins')
makedepends=('git')
install='vimdoc.install'
-source=("git://github.com/ap/vim-buftabline.git")
+source=("git+https://github.com/ap/vim-buftabline.git")
md5sums=('SKIP')
package() {
@@ -24,4 +24,3 @@ package() {
install -Dm755 plugin/buftabline.vim "$_installpath/plugin/buftabline.vim"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-