diff options
author | Radu Potop | 2024-06-04 10:02:28 +0100 |
---|---|---|
committer | Radu Potop | 2024-06-04 10:02:28 +0100 |
commit | 46a27c5b062c1ac8a66d7b6afc18783c99a3bce1 (patch) | |
tree | 6ba86e5a47a1e8e33c6aaeb0c2169057818a0a8c /PKGBUILD | |
parent | d1d3d787abf88d6f57a559608020e8e72697df88 (diff) | |
download | aur-authy-export-git.tar.gz |
Fix pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgname=authy-export-git _bin=authy-export _gitname=authy -pkgver=v0.3.2.2.gc4f2 +pkgver=0.3.2.2.gc4f2 pkgrel=1 pkgdesc='Export your TOTP secret tokens from Authy.' arch=('x86_64') @@ -19,7 +19,7 @@ source=( pkgver() { cd "$_gitname" - git describe --abbrev=4 --always --tags | sed 's/-/./g' + git describe --abbrev=4 --always --tags | sed 's/-/./g' | sed 's/v//' } prepare(){ |