diff options
Diffstat (limited to 'testing/cogl/PKGBUILD')
-rw-r--r-- | testing/cogl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cogl/PKGBUILD b/testing/cogl/PKGBUILD index 05ebe35b3..f26b71002 100644 --- a/testing/cogl/PKGBUILD +++ b/testing/cogl/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155032 2012-04-01 11:31:05Z heftig $ +# $Id: PKGBUILD 156493 2012-04-19 16:37:07Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=cogl -pkgver=1.10.0 +pkgver=1.10.2 pkgrel=1 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango') makedepends=('mesa' 'gobject-introspection') options=(!libtool !emptydirs) source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('544b648cd5dc0a0ea438acd89d83727d82d6c29927db33a519ce2b28dc1ad07d') +sha256sums=('042cf87ec35d2eac78719856356e415dd5333f9f613093c5db8b438630c1ecb3') build() { cd "$pkgname-$pkgver" |