summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Rodrigues2018-01-07 10:59:36 +0000
committerHugo Rodrigues2018-01-07 10:59:36 +0000
commit5d9d6ca81817e44c4393c38e3e7a21f423885093 (patch)
tree94813cfc2643f37829c76dd1043918d2d516196d
parentc536759e0cd724de4992ceb7f0843825cf551d63 (diff)
downloadaur-5d9d6ca81817e44c4393c38e3e7a21f423885093.tar.gz
Fixes cower update method
-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() {