diff options
Diffstat (limited to 'community/haskell-glib/PKGBUILD')
-rw-r--r-- | community/haskell-glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/haskell-glib/PKGBUILD b/community/haskell-glib/PKGBUILD index 4790a8ede..4861e4134 100644 --- a/community/haskell-glib/PKGBUILD +++ b/community/haskell-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 108165 2014-03-24 08:20:18Z spupykin $ +# $Id: PKGBUILD 110621 2014-05-04 13:55:00Z td123 $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=haskell-glib -pkgver=0.12.5.3 +pkgver=0.12.5.4 pkgrel=1 pkgdesc="Binding to the GLIB library for Gtk2Hs." url="http://hackage.haskell.org/package/glib" @@ -17,7 +17,7 @@ provides=('gtk2hs-glib') replaces=('gtk2hs-glib') conflicts=('gtk2hs-glib') source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz) -md5sums=('fa062e23f75072dbc52abbb862c4ca8f') +md5sums=('3923fd267072e99e4aad247e5147d319') build() { cd glib-$pkgver |