summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {