Date: Saturday, March 26, 2016 @ 08:22:02 Author: fyan Revision: 168433
upgpkg: haskell-cryptohash 0.11.9-1 rebuild with cryptohash-0.11.9, idris-0.11 Modified: haskell-cryptohash/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-26 06:38:17 UTC (rev 168432) +++ PKGBUILD 2016-03-26 07:22:02 UTC (rev 168433) @@ -4,17 +4,17 @@ _hkgname=cryptohash pkgname=haskell-cryptohash -pkgver=0.11.7 +pkgver=0.11.9 pkgrel=1 pkgdesc="Collection of crypto hashes, fast, pure and practical" url="http://github.com/vincenthz/hs-cryptohash" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-byteable") +depends=("ghc=7.10.3" "haskell-byteable" "haskell-cryptonite" "haskell-memory") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('da297489f6b2a029a14e08f53ff841743ca7bd35646ee7c05ebcd0028b9d0e30') +sha256sums=('c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
