summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpetervaro2022-03-17 07:27:18 +0000
committerpetervaro2022-03-17 07:27:18 +0000
commitb1195f816a4289365407487e48c09ac591259f45 (patch)
tree102b4ca455a00231ec8962887d83e05db9bb4e82 /PKGBUILD
parent13ced3332cac4021bdb0c0d335e2ceb70cd627d0 (diff)
downloadaur-vim-multiple-cursors-git.tar.gz
git -> git+https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32bd2435bbc9..95ad4ac5f3ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('MIT')
groups=('vim-plugins')
makedepends=('git')
install='vimdoc.install'
-source=("git://github.com/terryma/vim-multiple-cursors.git")
+source=("git+https://github.com/terryma/vim-multiple-cursors.git")
md5sums=('SKIP')
package() {
@@ -25,4 +25,3 @@ package() {
install -Dm755 autoload/multiple_cursors.vim "$_installpath/autoload/multiple_cursors.vim"
install -Dm644 MIT-LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-