[arch-commits] Commit in glew/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Thu Oct 7 10:06:16 UTC 2010
Date: Thursday, October 7, 2010 @ 06:06:16
Author: stephane
Revision: 94440
update to 1.5.6
Modified:
glew/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-07 09:21:13 UTC (rev 94439)
+++ PKGBUILD 2010-10-07 10:06:16 UTC (rev 94440)
@@ -1,18 +1,18 @@
# $Id$
# Maintainer:
# Contributor: SleepyDog
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
pkgname=glew
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
-pkgdesc="A cross-platform C/C++ extension loading library"
+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)
-md5sums=('3621f27cfd3e33d5dbcc1111ecb5b762')
-sha1sums=('b6f28142b77a99e719b113b6859ae120f131cc91')
+sha1sums=('053355a41c5eacf9492d157d7eda4d14656f8c96')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -25,3 +25,5 @@
make GLEW_DEST="${pkgdir}/usr" install
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
+
+# vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent
More information about the arch-commits
mailing list