Date: Thursday, June 17, 2010 @ 09:43:36 Author: jgc Revision: 82790 upgpkg: pango 1.28.1-1 Update to 1.28.1
Modified: pango/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-17 12:21:17 UTC (rev 82789) +++ PKGBUILD 2010-06-17 13:43:36 UTC (rev 82790) @@ -2,18 +2,18 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=pango -pkgver=1.28.0 +pkgver=1.28.1 pkgrel=1 pkgdesc="A library for layout and rendering of text" arch=('i686' 'x86_64') license=('LGPL') -depends=('glib2>=2.24' 'cairo>=1.8.10' 'libxft>=2.1.13' 'libthai>=0.1.12' 'freetype2>=2.3.12') +depends=('glib2>=2.24.1' 'cairo>=1.8.10' 'libxft>=2.1.14' 'libthai>=0.1.14' '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.28/${pkgname}-${pkgver}.tar.bz2) url="http://www.pango.org/" -sha256sums=('68480485b714e3570a58c270add9e9785fa78068f7410949b478e8a9d3f5bc40') +sha256sums=('8f3eaab506f613dd25bb1fa65ea87a145d523d066d90c227bdb3016523451bc2') build() { cd "${srcdir}/${pkgname}-${pkgver}"
