diff options
Diffstat (limited to 'extra/pango/PKGBUILD')
-rw-r--r-- | extra/pango/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/pango/PKGBUILD b/extra/pango/PKGBUILD index 554adb862..5366a6574 100644 --- a/extra/pango/PKGBUILD +++ b/extra/pango/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 125763 2011-05-29 12:16:06Z ibiru $ +# $Id: PKGBUILD 139410 2011-10-01 19:00:42Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango -pkgver=1.28.4 -pkgrel=3 +pkgver=1.29.4 +pkgrel=1 pkgdesc="A library for layout and rendering of text" arch=('i686' 'x86_64') license=('LGPL') @@ -11,9 +11,9 @@ depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2') makedepends=('gobject-introspection' 'libxt' 'gtk-doc') options=('!libtool' '!emptydirs') install=pango.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.28/${pkgname}-${pkgver}.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.29/${pkgname}-${pkgver}.tar.xz) url="http://www.pango.org/" -sha256sums=('7eb035bcc10dd01569a214d5e2bc3437de95d9ac1cfa9f50035a687c45f05a9f') +sha256sums=('7ae8d1953e6098a2706df58c1f84555c06ace7006bb34c0e54ab9acd98c1127f') build() { cd "${srcdir}/${pkgname}-${pkgver}" |