summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2016-02-16 16:47:20 +0000
committerAndrew Stubbs2016-02-16 16:47:20 +0000
commitfdb0b503273b60b85789df1897d1a75f0b933f5c (patch)
treec6c744a859002d6df5035e992e6f947c393955f3
parent04d3761f017653a27d543bc0f38c4adf20b4b876 (diff)
downloadaur-fdb0b503273b60b85789df1897d1a75f0b933f5c.tar.gz
Bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e87f256af43..d8ff866ab624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 10:12:04 UTC 2016
+# Tue Feb 16 16:46:39 UTC 2016
pkgbase = zsh-autosuggestions-git
pkgdesc = Fish shell like fast/unobtrusive autosuggestions for zsh
- pkgver = 0.2.1.123.45ab49d
+ pkgver = v0.2.9
pkgrel = 1
url = https://github.com/tarruda/zsh-autosuggestions
install = zsh-autosuggestions.install
diff --git a/PKGBUILD b/PKGBUILD
index 194e6046ee86..db91072edf5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name='zsh-autosuggestions'
pkgname="${_name}-git"
-pkgver=0.2.1.123.45ab49d
+pkgver=v0.2.9
pkgrel=1
pkgdesc='Fish shell like fast/unobtrusive autosuggestions for zsh'
url='https://github.com/tarruda/zsh-autosuggestions'
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_name}"
- echo "0.2.1.$(git rev-list --count HEAD).$(git describe --always )"
+ git describe --tags
}
package() {