summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e033a515b0a6..4a4d5d5d476b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ansible-vim-git
pkgdesc = A vim plugin for syntax highlighting Ansible's common filetypes
pkgver = 20171223
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pearofducks/ansible-vim
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7f2a26912926..166dae276e81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="ansible-vim-git"
pkgver=20171223
-pkgrel=1
+pkgrel=2
pkgdesc="A vim plugin for syntax highlighting Ansible's common filetypes "
arch=('any')
url='https://github.com/pearofducks/ansible-vim'
@@ -16,7 +16,7 @@ _git_hash="6aac3bd"
pkgver() {
cd "${srcdir}/${pkgname}"
git checkout "${_git_hash}"
- echo ${_git_hash}
+ echo ${pkgver}
}
package() {