Date: Tuesday, June 20, 2017 @ 08:02:44 Author: felixonmars Revision: 238860
upgpkg: haskell-cryptohash 0.11.9-26 rebuild with foundation,0.0.12 Modified: haskell-cryptohash/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 08:00:57 UTC (rev 238859) +++ PKGBUILD 2017-06-20 08:02:44 UTC (rev 238860) @@ -5,12 +5,12 @@ _hkgname=cryptohash pkgname=haskell-cryptohash pkgver=0.11.9 -pkgrel=25 +pkgrel=26 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" "haskell-byteable" "haskell-cryptonite" "haskell-memory") +depends=('ghc' "haskell-byteable" "haskell-cryptonite" "haskell-memory") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb')
