summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBollos002020-10-17 23:23:49 -0300
committerBollos002020-10-17 23:23:49 -0300
commit454b80cc3c9c13c664b90082ef77d7c9ebfc7efb (patch)
treed88826b6deb7c068c797dfb70c5a11804f0246b1
parent6b81131303be6fd13278ad8d615373b2528d5f6a (diff)
downloadaur-grsim-git.tar.gz
Get the version of the most recent tag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a568a789c677..559c09a4dcdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grsim-git
pkgdesc = RoboCup Small Size Robot Soccer Simulator
- pkgver = v1.5
+ pkgver = v2.2.r57.g3f6ca89
pkgrel = 1
url = https://github.com/RoboCup-SSL/grSim
arch = x86_64
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() {