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 d1d7ab60c..4c8bd8403 100644 --- a/extra/pango/PKGBUILD +++ b/extra/pango/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 198364 2013-10-30 14:25:12Z allan $ +# $Id: PKGBUILD 199375 2013-11-11 18:06:12Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango -pkgver=1.36.0 +pkgver=1.36.1 pkgrel=1 pkgdesc="A library for layout and rendering of text" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 'gobject-introsp install=pango.install source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) url="http://www.pango.org/" -sha256sums=('bb41d1b26ee7450e5430a7d2765f38c51ebe72db9fce616a9ee52611b55906a0') +sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8') build() { cd ${pkgname}-${pkgver} |