diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-20 04:21:08 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-20 04:21:08 +0000 |
commit | 29c4d88cb6f67caf6164909e0fe2185d46fc5093 (patch) | |
tree | fa25c2395883a60b0ce3cc3a87ddb2bc52e0bb6b /community/gtk2hs-buildtools | |
parent | e326eefd3e4853a3b36ef72eba0b21d21170de31 (diff) |
Sun Jul 20 04:10:18 UTC 2014
Diffstat (limited to 'community/gtk2hs-buildtools')
-rw-r--r-- | community/gtk2hs-buildtools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index 132968c78..8bfbd34c6 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 110606 2014-05-04 13:54:46Z td123 $ +# $Id: PKGBUILD 115963 2014-07-19 16:04:47Z td123 $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=gtk2hs-buildtools pkgver=0.12.5.2 -pkgrel=2 +pkgrel=3 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') arch=('i686' 'x86_64') options=('staticlibs') -makedepends=('ghc=7.8.2-2' 'alex' 'happy' 'haskell-random' 'haskell-hashtables') +makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables') depends=('gmp') provides=('haskell-gtk2hs-buildtools') source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz") |