[arch-commits] Commit in glew/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Jul 28 03:11:48 UTC 2012
Date: Friday, July 27, 2012 @ 23:11:48
Author: eric
Revision: 164234
upgpkg: glew 1.8.0-1
Upstream update
Modified:
glew/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-07-28 01:51:21 UTC (rev 164233)
+++ PKGBUILD 2012-07-28 03:11:48 UTC (rev 164234)
@@ -3,15 +3,15 @@
# Contributor: SleepyDog
pkgname=glew
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc="The OpenGL Extension Wrangler Library"
arch=('i686' 'x86_64')
url="http://glew.sourceforge.net"
license=('BSD' 'MIT' 'GPL')
depends=('libxmu' 'libxi' 'mesa')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('9266f2360c1687a96f2ea06419671d370b2928d1')
+sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list