Date: Wednesday, February 21, 2018 @ 20:20:51 Author: felixonmars Revision: 296743
upgpkg: darcs 2.12.5.20170909-31 rebuild and fix depends for rebuild script Modified: darcs/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-21 20:20:28 UTC (rev 296742) +++ PKGBUILD 2018-02-21 20:20:51 UTC (rev 296743) @@ -4,18 +4,18 @@ pkgname=darcs pkgver=2.12.5.20170909 -pkgrel=30 +pkgrel=31 pkgdesc="A distributed, interactive, smart revision control system" url="http://darcs.net" license=("GPL") arch=('x86_64') -depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" - "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz" - "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" "haskell-mmap" - "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" - "haskell-sandi" "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" - "haskell-tar" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" - "haskell-zip-archive" "haskell-zlib") +depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 'haskell-graphviz' + 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 'haskell-mmap' + 'haskell-mtl' 'haskell-network' 'haskell-network-uri' 'haskell-old-time' 'haskell-parsec' + 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 'haskell-regex-compat-tdfa' + 'haskell-tar' 'haskell-text' 'haskell-unix-compat' 'haskell-utf8-string' 'haskell-vector' + 'haskell-zip-archive' 'haskell-zlib') makedepends=('ghc') # Fetched from http://darcs.net/reviewed/reviewed.zip source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip")
