Date: Friday, March 18, 2011 @ 04:26:20 Author: vesa Revision: 115499
ghc-7.0.2-2 rebuild Modified: haskell-zlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-18 08:25:09 UTC (rev 115498) +++ PKGBUILD 2011-03-18 08:26:20 UTC (rev 115499) @@ -4,12 +4,12 @@ _hkgname=zlib pkgname=haskell-zlib pkgver=0.5.3.1 -pkgrel=1.1 +pkgrel=2 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=7.0.2 'zlib' sh) +depends=(ghc=7.0.2-2 'zlib' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
