summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf27a539f222..53f51cbb36c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aline Abler <alinea@riseup.net>
pkgname=vim-lolcode-git
pkgver=6.444af9b
-pkgrel=1
+pkgrel=2
pkgdesc="Vim syntax support for LOLCODE"
arch=('any')
url="https://github.com/Xe/lolcode.vim"
@@ -10,7 +10,7 @@ makedepends=('git')
provides=('vim-lolcode')
conflicts=('vim-lolcode')
-source=("git://github.com/Xe/lolcode.vim.git")
+source=("git+https://github.com/Xe/lolcode.vim.git")
md5sums=('SKIP')
_gitname="lolcode.vim"