summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2016-03-30 11:52:31 +0800
committerHexchain Tong2016-03-30 11:52:31 +0800
commit493a004ab556e1bcf04a06c329f920cddcd49ab4 (patch)
tree90466b5571a5c05afdf6a071ab24556beaca120e
parent7e0f32eeae5fe2363d79f029351ec92fe10d8ffe (diff)
downloadaur-493a004ab556e1bcf04a06c329f920cddcd49ab4.tar.gz
sanitize pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5496b916314b..c1f3e86e810e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 08:42:18 UTC 2016
+# Wed Mar 30 03:52:17 UTC 2016
pkgbase = neovim-remote
pkgdesc = Support --remote and friends for Neovim
- pkgver = v1.1.3
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/mhinz/neovim-remote
arch = any
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() {