summaryrefslogtreecommitdiff
path: root/community/haskell-pango
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-pango')
-rw-r--r--community/haskell-pango/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <pupykin.s+arch@gmail.com>
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}