summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Poulin2015-10-02 18:42:03 -0400
committerMaxime Poulin2015-10-02 18:42:03 -0400
commit5e5765a6e9ec84aee7fc150f14de2fa835ca809e (patch)
tree64dfbca11397354145c36c72801ce154e53dc4ce
parentd8ebba769785b99d66e88aea80ec01b85359152a (diff)
downloadaur-5e5765a6e9ec84aee7fc150f14de2fa835ca809e.tar.gz
Update to 2.5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b561a525f77..d1d7908e0763 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glxosd
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!
- pkgver = 2.3.3
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/nickguletskii/GLXOSD
arch = i686
@@ -17,7 +17,7 @@ pkgbase = glxosd
depends = freetype2
depends = lm_sensors
depends = libxext
- source = git://github.com/nickguletskii/GLXOSD.git#tag=2.3.3
+ source = git://github.com/nickguletskii/GLXOSD.git#tag=2.5.0
md5sums = SKIP
pkgname = glxosd
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() {