Date: Sunday, April 3, 2016 @ 10:16:32 Author: fyan Revision: 169374 upgpkg: haskell-uuid 1.3.12-1
rebuild with conduit-extra-1.1.13.1, uuid-1.3.12, uuid-types-1.0.3 Modified: haskell-uuid/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-03 08:09:44 UTC (rev 169373) +++ PKGBUILD 2016-04-03 08:16:32 UTC (rev 169374) @@ -4,18 +4,18 @@ _hkgname=uuid pkgname=haskell-uuid -pkgver=1.3.11 -pkgrel=7 +pkgver=1.3.12 +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=7.10.3" "haskell-cryptohash" "haskell-network-info" "haskell-random" - "haskell-text" "haskell-uuid-types") +depends=("ghc=7.10.3" "haskell-cryptonite" "haskell-memory" "haskell-network-info" + "haskell-random" "haskell-text" "haskell-uuid-types") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('671876d2f848c9155bfe661eb138d585897ab5b0a2f2e143ef85114d459814d5') +sha256sums=('ed62f1b3f0b19f0d548655ffef5aff066ad5c430fe11e909a1a7e8fc115a89ee') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
