diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-09 21:41:18 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-09 21:41:18 +0100 |
commit | 9c9dcb7ee95f321e5a4243792500f059231722cb (patch) | |
tree | a528497046cad28335c8dbcb413fc14e85e5f52e /extra/pango | |
parent | 938595dcb9f3adf10880b0958f02633f23d0d9f1 (diff) | |
parent | 9e5276831865e251c8d74a830da4908eab65cbb3 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/kdebase/PKGBUILD
extra/openal/PKGBUILD
Diffstat (limited to 'extra/pango')
-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 a837649c3..24fa24319 100644 --- a/extra/pango/PKGBUILD +++ b/extra/pango/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 172098 2012-11-28 10:31:22Z jgc $ +# $Id: PKGBUILD 173027 2012-12-08 21:00:11Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango -pkgver=1.32.3 +pkgver=1.32.4 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=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36') +sha256sums=('9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db') build() { cd ${pkgname}-${pkgver} |