summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHexchain Tong2016-03-30 11:52:31 +0800
committerHexchain Tong2016-03-30 11:52:31 +0800
commit493a004ab556e1bcf04a06c329f920cddcd49ab4 (patch)
tree90466b5571a5c05afdf6a071ab24556beaca120e /PKGBUILD
parent7e0f32eeae5fe2363d79f029351ec92fe10d8ffe (diff)
downloadaur-493a004ab556e1bcf04a06c329f920cddcd49ab4.tar.gz
sanitize pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3247a246c9d9..844601aabb9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Hexchain Tong <i at hexchain dot org>
pkgname=neovim-remote
-pkgver=v1.1.3
+pkgver=1.1.3
pkgrel=1
pkgdesc="Support --remote and friends for Neovim"
arch=(any)
url="https://github.com/mhinz/neovim-remote"
license=('GPL')
depends=('python-neovim')
-source=("git+https://github.com/mhinz/neovim-remote.git#tag=v1.1.3")
+source=("git+https://github.com/mhinz/neovim-remote.git#tag=v${pkgver}")
sha1sums=('SKIP')
package() {