summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetervaro2022-04-09 09:02:59 +0100
committerpetervaro2022-04-09 09:02:59 +0100
commitebca524eb46a847ac0b1b58adbc2ce7f4d870779 (patch)
treef6ae3a222cc853f6728e2138ff6555f647839388
parent7eddcccb926eebe12fa32decb2c7566a085f05cb (diff)
downloadaur-ebca524eb46a847ac0b1b58adbc2ce7f4d870779.tar.gz
git -> git+https
-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"
}
-