diff options
Diffstat (limited to 'extra/pango/PKGBUILD')
-rw-r--r-- | extra/pango/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pango/PKGBUILD b/extra/pango/PKGBUILD index 673c6c68d..a837649c3 100644 --- a/extra/pango/PKGBUILD +++ b/extra/pango/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 170950 2012-11-14 01:23:57Z heftig $ +# $Id: PKGBUILD 172098 2012-11-28 10:31:22Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango -pkgver=1.32.2 +pkgver=1.32.3 pkgrel=1 pkgdesc="A library for layout and rendering of text" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ options=('!libtool') install=pango.install source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) url="http://www.pango.org/" -sha256sums=('23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb') +sha256sums=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36') build() { cd ${pkgname}-${pkgver} |