Date: Tuesday, February 23, 2010 @ 13:37:01 Author: ibiru Revision: 69937
update to 1.27.1 Modified: pango/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-23 18:34:26 UTC (rev 69936) +++ PKGBUILD 2010-02-23 18:37:01 UTC (rev 69937) @@ -2,18 +2,18 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=pango -pkgver=1.26.2 +pkgver=1.27.1 pkgrel=1 pkgdesc="A library for layout and rendering of text" arch=('i686' 'x86_64') license=('LGPL') -depends=('glib2>=2.22.2' 'cairo>=1.8.8' 'libxft>=2.1.13' 'libthai>=0.1.12' 'freetype2>=2.3.9') +depends=('glib2>=2.23.4' 'cairo>=1.8.8' 'libxft>=2.1.13' 'libthai>=0.1.12' 'freetype2>=2.3.12') makedepends=('pkgconfig' 'libxt' 'gobject-introspection') options=('!libtool' '!emptydirs') install=pango.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.27/${pkgname}-${pkgver}.tar.bz2) url="http://www.pango.org/" -sha256sums=('3b85879e5d8794555d10a2b79428071c99a93b7502ccbef50360ae44c77c3e08') +sha256sums=('c9e67477309fee9d3cdc3f751ab9cd2965834a177a72786a44d9b371cd2f6760') build() { cd "${srcdir}/${pkgname}-${pkgver}"
