summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90c0213a2720..35517d44865c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,7 @@ source=("git+https://github.com/mattn/calendar-vim.git")
sha256sums=('SKIP')
pkgver() {
- #cd ${pkgname%-git}
cd ${_pkg_dir}
- # cutting off 'v' prefix from the git tag
#git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}