diff options
Diffstat (limited to 'gnome-unstable/pango/PKGBUILD')
-rw-r--r-- | gnome-unstable/pango/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/pango/PKGBUILD b/gnome-unstable/pango/PKGBUILD index 0826ef16b..6e085f97d 100644 --- a/gnome-unstable/pango/PKGBUILD +++ b/gnome-unstable/pango/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166307 2012-09-05 21:16:30Z jgc $ +# $Id: PKGBUILD 167315 2012-09-30 23:21:49Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango -pkgver=1.31.1 +pkgver=1.32.1 pkgrel=1 pkgdesc="A library for layout and rendering of text" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!libtool') install=pango.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) url="http://www.pango.org/" -sha256sums=('b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81') +sha256sums=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82') build() { cd ${pkgname}-${pkgver} |