summaryrefslogtreecommitdiff
path: root/community/haskell-pango/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-pango/PKGBUILD')
-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 bf74c6d06..aa044c1ad 100644
--- a/community/haskell-pango/PKGBUILD
+++ b/community/haskell-pango/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 67607 2012-03-13 14:08:52Z spupykin $
+# $Id: PKGBUILD 72393 2012-06-13 13:46:44Z tdziedzic $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=haskell-pango
pkgver=0.12.3
-pkgrel=1
+pkgrel=2
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')
+depends=('ghc=7.4.2-1' 'pango' 'haskell-glib=0.12.3.1-1' 'haskell-cairo=0.12.3.1-1')
makedepends=("gtk2hs-buildtools")
provides=('gtk2hs-pango')
replaces=('gtk2hs-pango')
@@ -31,8 +31,8 @@ build() {
}
package() {
- _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
- depends=("ghc=${_ghcver}" 'pango' 'haskell-glib' 'haskell-cairo')
+ #_ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ #depends=("ghc=${_ghcver}" 'pango' 'haskell-glib' 'haskell-cairo')
cd ${srcdir}/pango-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh