Date: Saturday, August 27, 2016 @ 14:38:35 Author: heftig Revision: 274754
1.22.2-1 Modified: cogl/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-27 14:13:47 UTC (rev 274753) +++ PKGBUILD 2016-08-27 14:38:35 UTC (rev 274754) @@ -1,8 +1,8 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Contributor: Ionut Biru <[email protected]> pkgname=cogl -pkgver=1.22.0+11+g81ab4a3 +pkgver=1.22.2 pkgrel=1 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" arch=('i686' 'x86_64') @@ -11,12 +11,13 @@ depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango' 'libxrandr') makedepends=('gobject-introspection' 'git' 'gtk-doc') options=(!emptydirs) -source=('git://git.gnome.org/cogl#commit=81ab4a3e') +_commit=f38cda9046913c3627c52108467ba90e53d18c33 +source=("git://git.gnome.org/cogl#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --long | sed 's/-/+/g' + git describe | sed 's/-/+/g' } prepare() {
