summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxpt2021-02-05 11:21:33 -0300
committerxpt2021-02-05 11:21:33 -0300
commitfe6ccf084f90095e897336841e543e6bb7f3a1ee (patch)
tree776cc668e16a5bebddf3060214b58faf88713fc4 /PKGBUILD
parent4db40dfbc04df8f9623f72996198fbb2576174ba (diff)
downloadaur-glew2.0.tar.gz
Update to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44d45bb3443c..9bf2dc8d07ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: xpt <user.xpt@gmail.com>
pkgname=glew2.0
-pkgver=2.1.0
-pkgrel=1
+pkgver=2.0.0
+pkgrel=2
pkgdesc="The OpenGL Extension Wrangler Library"
arch=('i686' 'x86_64')
url="http://glew.sourceforge.net"
license=('BSD' 'MIT' 'GPL')
depends=('libxmu' 'libxi' 'mesa' 'glew')
-source=(http://downloads.sourceforge.net/glew/glew-2.1.0.tgz)
+source=(http://downloads.sourceforge.net/glew/glew-2.0.0.tgz)
md5sums=('b2ab12331033ddfaa50dc39345343980')
prepare() {