summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBollos002020-10-17 23:23:49 -0300
committerBollos002020-10-17 23:23:49 -0300
commit454b80cc3c9c13c664b90082ef77d7c9ebfc7efb (patch)
treed88826b6deb7c068c797dfb70c5a11804f0246b1 /PKGBUILD
parent6b81131303be6fd13278ad8d615373b2528d5f6a (diff)
downloadaur-454b80cc3c9c13c664b90082ef77d7c9ebfc7efb.tar.gz
Get the version of the most recent tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6671d8cba60..74c36f9c5244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Bollos Correa <bollos@outlook.com.br>
pkgname=grsim-git
-pkgver=v1.5
+pkgver=v2.2.r57.g3f6ca89
pkgrel=1
epoch=
pkgdesc="RoboCup Small Size Robot Soccer Simulator"
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd grSim
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {