Date: Monday, October 19, 2020 @ 19:54:55 Author: felixonmars Revision: 727228
upgpkg: darcs 2.16.2-30: rebuild with conduit 1.3.3 Modified: darcs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-19 19:52:54 UTC (rev 727227) +++ PKGBUILD 2020-10-19 19:54:55 UTC (rev 727228) @@ -3,7 +3,7 @@ pkgname=darcs pkgver=2.16.2 -pkgrel=29 +pkgrel=30 pkgdesc="A distributed, interactive, smart revision control system" url="http://darcs.net" license=("GPL") @@ -15,7 +15,7 @@ 'haskell-old-time' 'haskell-sandi' 'haskell-regex-applicative' 'haskell-regex-compat-tdfa' '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' +makedepends=('ghc' 'uusi' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 'haskell-leancheck' 'haskell-quickcheck' 'haskell-split' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-leancheck' 'haskell-test-framework-quickcheck2' @@ -31,7 +31,7 @@ sed -e 's/^ghc /ghc -dynamic /' \ -e 's/ ghc / ghc -dynamic /' \ -i tests/*.sh tests/lib - sed -i -e 's/< *2.14/<3/' $pkgname.cabal + uusi $pkgname.cabal # Odd issue... sed -i "s|PACKAGE_VERSION|\"$pkgver\"|" src/hscurl.c