Date: Monday, March 30, 2015 @ 13:21:51 Author: spupykin Revision: 130264
upgpkg: haskell-zlib 0.5.4.2-1 upd Modified: haskell-zlib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-30 11:21:48 UTC (rev 130263) +++ PKGBUILD 2015-03-30 11:21:51 UTC (rev 130264) @@ -3,7 +3,7 @@ # Maintainer: Colin Woodbury <[email protected]> pkgname=haskell-zlib -pkgver=0.5.4.1 +pkgver=0.5.4.2 pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="http://hackage.haskell.org/package/zlib" @@ -10,11 +10,11 @@ license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc' 'haskell-bytestring' 'zlib') +depends=('ghc' 'zlib') options=('strip' 'staticlibs') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -md5sums=('d0d10786d2bbd1d401a8b28a83e88475') +md5sums=('79f01f01f859b0ef68d5787756d181c1') build() { cd ${srcdir}/zlib-${pkgver}
