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 d20c1cbca156..824289c92a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=virtualgl
pkgname=$_pkgname-git
-pkgver=2.4.r681.g3979e912
+pkgver=3.1beta1.r6.g3979e912
pkgrel=1
pkgdesc='Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card'
arch=('x86_64')
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {