summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlothar-mar2018-08-27 11:39:29 +0100
committerlothar-mar2018-08-27 11:39:29 +0100
commit9541fef533f5eac0ad06bdc70d06a0f314d5f291 (patch)
tree541132fb2831bc8e7b06391a961412feb7104f20 /PKGBUILD
parent15a05f8fc008d52d7002cde5ffd28fc05cccfa9a (diff)
downloadaur-vim-calendar-git.tar.gz
cleaned up PKGBUILD
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'
}