Date: Wednesday, February 28, 2018 @ 13:44:19 Author: felixonmars Revision: 300072
upgpkg: haskell-memory 0.14.15-1 rebuild with memory,0.14.15 Modified: haskell-memory/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-28 13:38:40 UTC (rev 300071) +++ PKGBUILD 2018-02-28 13:44:19 UTC (rev 300072) @@ -4,16 +4,16 @@ _hkgname=memory pkgname=haskell-memory -pkgver=0.14.14 -pkgrel=6 +pkgver=0.14.15 +pkgrel=1 pkgdesc="memory and related abstraction stuff" url="https://github.com/vincenthz/hs-memory" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-basement' 'haskell-foundation') -makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('904cd23a1828c5821849d27ca7caac2338b846b72de6ee6bb8fd119ec7fd34830f73dd29bf6d567afa452e2ea833118014abda27e8c88bd93649562246963531') +sha512sums=('a63d94ccdd1dca5254a9b29aad7c356e8e8f200282e6bf6b47d29ab16f96cbc924bb414c5b12638963e44f443d418a9d6faa54a72d2a63949dc1c2ff278ae6c6') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
