Date: Monday, September 19, 2011 @ 14:46:43 Author: ibiru Revision: 138268
update to 1.8.0 Modified: cogl/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-09-19 18:44:07 UTC (rev 138267) +++ PKGBUILD 2011-09-19 18:46:43 UTC (rev 138268) @@ -1,7 +1,8 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> + pkgname=cogl -pkgver=1.7.8 +pkgver=1.8.0 pkgrel=1 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" arch=('i686' 'x86_64') @@ -10,8 +11,8 @@ depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango') makedepends=('mesa' 'gobject-introspection') options=(!libtool) -source=(http://download.gnome.org/sources/$pkgname/1.7/$pkgname-$pkgver.tar.xz) -sha256sums=('afa114951946c5aafde965b6c34eef487731de06e002474d7956faa8e5754749') +source=(http://download.gnome.org/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz) +sha256sums=('b1551c129d5570b63e7130971622fc2ab8d4ecbf0dc1773df1c54fa9c1cb0a2c') build() { cd "$srcdir/$pkgname-$pkgver"
