summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e25029132e01..32bd2435bbc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,11 @@
# Maintainer: Peter Varo <hello@petervaro.com>
pkgname=vim-multiple-cursors-git
-pkgver=latest
+pkgver=r194.51d0717
+pkgver() {
+ cd "vim-multiple-cursors"
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
pkgrel=1
pkgdesc="True Sublime Text style multiple selections for Vim"
arch=('any')