Date: Friday, August 21, 2020 @ 18:09:28 Author: felixonmars Revision: 686352
upgpkg: darcs 2.16.2-1 Modified: darcs/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-21 18:06:16 UTC (rev 686351) +++ PKGBUILD 2020-08-21 18:09:28 UTC (rev 686352) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=darcs -pkgver=2.16.1 -pkgrel=5 +pkgver=2.16.2 +pkgrel=1 pkgdesc="A distributed, interactive, smart revision control system" url="http://darcs.net" license=("GPL") @@ -16,12 +16,15 @@ 'haskell-tar' 'haskell-temporary' 'haskell-unix-compat' 'haskell-utf8-string' 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib') makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 'haskell-leancheck' - 'haskell-quickcheck' 'haskell-shelly' 'haskell-split' 'haskell-test-framework' + 'haskell-quickcheck' 'haskell-split' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-leancheck' - 'haskell-test-framework-quickcheck2') + 'haskell-test-framework-quickcheck2' + # Added for their bundled shelly + 'haskell-exceptions' 'haskell-monad-control' 'haskell-system-filepath' + 'haskell-system-fileio' 'haskell-transformers-base') checkdepends=('bc' 'time') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('c3c3ee06fc974f14b4d34dfb37993c59654ced23f25428c4542d4852f42cf371afb51dc74435da0953a442b628f86bd745d59a32c3d2a49d33f34d3e99ea156e') +sha512sums=('ee43e570227a5f462e064b71323755d1179809c24ff83a904aefa32494c4655b41b4b3291411b5abc1e1e75be894cde6070aa072b51905ddf8fc2934973b25cb') prepare() { cd $pkgname-$pkgver
