Date: Wednesday, December 21, 2016 @ 16:43:54 Author: felixonmars Revision: 200838
upgpkg: haskell-uuid 1.3.13-1 rebuild with uuid-1.3.13 Modified: haskell-uuid/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 16:28:48 UTC (rev 200837) +++ PKGBUILD 2016-12-21 16:43:54 UTC (rev 200838) @@ -4,16 +4,17 @@ _hkgname=uuid pkgname=haskell-uuid -pkgver=1.3.12 -pkgrel=11 +pkgver=1.3.13 +pkgrel=1 pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-memory" "haskell-network-info" - "haskell-random" "haskell-text" "haskell-uuid-types") +depends=("ghc=8.0.1" "haskell-cryptohash-md5" "haskell-cryptohash-sha1" "haskell-entropy" + "haskell-memory" "haskell-network-info" "haskell-random" "haskell-text" + "haskell-uuid-types") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('ed62f1b3f0b19f0d548655ffef5aff066ad5c430fe11e909a1a7e8fc115a89ee') +sha256sums=('dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
