summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-03-07 10:56:11 -0500
committerEli Schwartz2016-03-07 10:56:11 -0500
commit9779d92d27b5a91fb220e5785bde5bd022262872 (patch)
tree07f3c137ff01efe4150a21fd0ee6924e793f7de4
parent8252ef22e4820b4573a83be7d2b538053f3274f5 (diff)
downloadaur-9779d92d27b5a91fb220e5785bde5bd022262872.tar.gz
upgpkg: lastpass-cli-git 0.9.0.r4.gb5e4f4e-1
upstream release Fix pkgver -- lightweight tags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e1561a2d276..e2d09bf77ab0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lastpass-cli-git
pkgdesc = LastPass command line interface tool (git version)
- pkgver = 0.6.0.r25.gf2acef6
+ pkgver = 0.9.0.r4.gb5e4f4e
pkgrel = 1
url = https://lastpass.com/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5aacf87d02e6..1bfb6804482d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
# Maintainer: Eli Schwartz <eschwartz93@gmail.com>
# Contributor: Thiago Perrotta <echo dGhpYWdvcGVycm90dGE5NUBnbWFpbC5jb20K | base64 -d >
+# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
+
pkgname=lastpass-cli-git
-pkgver=0.6.0.r25.gf2acef6
+pkgver=0.9.0.r4.gb5e4f4e
pkgrel=1
pkgdesc="LastPass command line interface tool (git version)"
arch=('i686' 'x86_64')
@@ -17,7 +19,7 @@ md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname%-git}"
- git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {