summaryrefslogtreecommitdiff
path: root/community/virtualgl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/virtualgl/PKGBUILD')
-rw-r--r--community/virtualgl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/virtualgl/PKGBUILD b/community/virtualgl/PKGBUILD
index 0f6721646..7ec063ca8 100644
--- a/community/virtualgl/PKGBUILD
+++ b/community/virtualgl/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Andres Jimenez
pkgname=virtualgl
-pkgver=2.3.2
-pkgrel=4
+pkgver=2.3.3
+pkgrel=1
pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card"
arch=('i686' 'x86_64' 'mips64el')
url="http://virtualgl.org"
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('libxv' 'glu' 'libjpeg-turbo')
makedepends=('cmake' 'mesa')
source=("http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz")
-sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
+sha1sums=('7128fc546f0bc65a74296e19d474e52d41acbf47')
build() {
cd "$srcdir/VirtualGL-$pkgver"