From 859f538490d5f7a35356c8813cf5757b175eea98 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Nov 2011 23:14:49 +0000 Subject: Mon Nov 21 23:14:49 UTC 2011 --- community/haskell-pango/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/haskell-pango') diff --git a/community/haskell-pango/PKGBUILD b/community/haskell-pango/PKGBUILD index c6aef05ff..def9c2c71 100644 --- a/community/haskell-pango/PKGBUILD +++ b/community/haskell-pango/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 57335 2011-10-25 21:59:42Z spupykin $ +# $Id: PKGBUILD 58948 2011-11-20 18:06:21Z spupykin $ # Maintainer: Sergej Pupykin pkgname=haskell-pango -pkgver=0.12.1 -pkgrel=2 +pkgver=0.12.2 +pkgrel=1 pkgdesc="Binding to the pango library for Gtk2Hs." url="http://hackage.haskell.org/package/pango" license=('LGPL2.1') arch=('i686' 'x86_64') depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo') -makedepends=("gtk2hs-buildtools=$pkgver") +makedepends=("gtk2hs-buildtools") provides=('gtk2hs-pango') replaces=('gtk2hs-pango') conflicts=('gtk2hs-pango') options=('strip') source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz) install=gtk2hs-pango.install -md5sums=('a9127d5b1dd5935ecdb0a5cc2d406f48') +md5sums=('301efd2d2348698ce8d586ee14c36e2b') build() { cd ${srcdir}/pango-${pkgver} -- cgit v1.2.3-54-g00ecf