summaryrefslogtreecommitdiff
path: root/community/haskell-glib/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-20 02:04:03 -0800
committerroot <root@rshg054.dnsready.net>2012-11-20 02:04:03 -0800
commit0a05643b928d724c048e4306955642d91f24d33c (patch)
tree0a11cb4c40549d5a7359a86fccf6e05f65c52128 /community/haskell-glib/PKGBUILD
parent705d29694fd61c47a57ccec531e73d87a2960021 (diff)
Tue Nov 20 02:04:03 PST 2012
Diffstat (limited to 'community/haskell-glib/PKGBUILD')
-rw-r--r--community/haskell-glib/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/haskell-glib/PKGBUILD b/community/haskell-glib/PKGBUILD
index 2ea2ff587..517fd8644 100644
--- a/community/haskell-glib/PKGBUILD
+++ b/community/haskell-glib/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 77344 2012-10-09 04:17:23Z tdziedzic $
+# $Id: PKGBUILD 80282 2012-11-19 12:15:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=haskell-glib
-pkgver=0.12.3.1
-pkgrel=2
+pkgver=0.12.4
+pkgrel=1
pkgdesc="Binding to the GLIB library for Gtk2Hs."
url="http://hackage.haskell.org/package/glib"
license=('LGPL2.1')
arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'glib2')
+depends=('ghc' 'glib2')
makedepends=("gtk2hs-buildtools")
options=('strip')
install=gtk2hs-glib.install
@@ -17,13 +17,13 @@ replaces=('gtk2hs-glib')
conflicts=('gtk2hs-glib')
source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz
'0001-compatibility-with-ghc-7.6.1.patch')
-md5sums=('f2899bd2a2850fe95479ddb63490eb04'
+md5sums=('3172907258183466f1e604a435285c51'
'b00660b7102542942b0b9d84b59d1f3c')
build() {
cd glib-$pkgver
- patch -Np1 -i ${srcdir}/0001-compatibility-with-ghc-7.6.1.patch
+# patch -Np1 -i ${srcdir}/0001-compatibility-with-ghc-7.6.1.patch
runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/haskell-glib \