summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominic Egginton2021-07-26 11:51:24 +0100
committerDominic Egginton2021-07-26 11:51:24 +0100
commitf5a876aad41b42f8f19e8951dfc834d77698f81a (patch)
tree038660b8d4406a6d1f27a530d732f21e31420d4f /PKGBUILD
parent688fa2c85bb3889d594862ac1c1748fdebcf6cb3 (diff)
downloadaur-flip-git.tar.gz
fix pkgover() git tah prase error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e987c21282cc..1e347175febf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dominic Egginton <dominic.egginton@gmail.com>
pkgname=flip-git
-pkgver=0.1.2.r2.g1a195a0
+pkgver=0.1.3.r0.g1a195a0
pkgrel=1
pkgdesc="Flip coins in your command line"
arch=("x86_64")
@@ -13,7 +13,7 @@ sha256sums=('SKIP')
pkgver() {
cd ${pkgname}
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {