diff options
Diffstat (limited to 'abs/core-testing/pango/PKGBUILD')
-rw-r--r-- | abs/core-testing/pango/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/pango/PKGBUILD b/abs/core-testing/pango/PKGBUILD index afa7a8f..c67dec2 100644 --- a/abs/core-testing/pango/PKGBUILD +++ b/abs/core-testing/pango/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 22043 2008-12-21 12:14:05Z jgc $ +# $Id: PKGBUILD 36027 2009-04-19 18:20:15Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango -pkgver=1.22.4 +pkgver=1.24.1 pkgrel=1 pkgdesc="A library for layout and rendering of text" arch=(i686 x86_64) license=('LGPL') -depends=('glib2>=2.18.3' 'cairo>=1.8.6' 'libxft>=2.1.13' 'libthai>=0.1.9') +depends=('glib2>=2.20.1' 'cairo>=1.8.6' 'libxft>=2.1.13' 'libthai>=0.1.11' 'freetype2>=2.3.9') makedepends=('pkgconfig' 'libxt') options=('!libtool' '!emptydirs') install=pango.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.22/${pkgname}-${pkgver}.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.24/${pkgname}-${pkgver}.tar.bz2) url="http://www.pango.org/" -md5sums=('7c3f3748052799746d73c6d3a0cc1205') +md5sums=('af0beac1dd1825e241c5728081f16acd') build() { cd "${srcdir}/${pkgname}-${pkgver}" |