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 3ed3162cfa3d..46e9064f7b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Poulin <maxpoulin64@gmail.com>
# Controbutor: xpander <xpander0@gmail.com>
pkgname=glxosd
-pkgver=2.3.3
+pkgver=2.5.0
pkgrel=1
pkgdesc="An OSD for OpenGL applications running under the X Window System. This allows you to monitor your framerate and hardware temperature in games on Linux!"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
groups=()
depends=('mesa' 'glu' 'fontconfig' 'freetype2' 'lm_sensors' 'libxext')
makedepends=('cmake' 'gcc' 'git' 'boost' 'libxnvctrl')
-source=('git://github.com/nickguletskii/GLXOSD.git#tag=2.3.3')
+source=("git://github.com/nickguletskii/GLXOSD.git#tag=$pkgver")
md5sums=('SKIP')
build() {