Date: Saturday, March 3, 2018 @ 16:34:45 Author: felixonmars Revision: 302118
upgpkg: git-repair 1.20170626-19 rebuild with network,2.6.3.4 Modified: git-repair/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-03 16:33:53 UTC (rev 302117) +++ PKGBUILD 2018-03-03 16:34:45 UTC (rev 302118) @@ -3,15 +3,15 @@ pkgname=git-repair pkgver=1.20170626 -pkgrel=18 +pkgrel=19 pkgdesc="Repairs a damaged git repisitory" url="http://git-repair.branchable.com/" license=("GPL") arch=('x86_64') -depends=('git' 'ghc' "haskell-async" "haskell-data-default" "haskell-exceptions" "haskell-hslogger" - "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri" - "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" "haskell-text" - "haskell-unix-compat" "haskell-utf8-string") +depends=('git' 'ghc-libs' 'haskell-async' 'haskell-data-default' 'haskell-exceptions' + 'haskell-hslogger' 'haskell-ifelse' 'haskell-mtl' 'haskell-network' 'haskell-network-uri' + 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split' 'haskell-text' + 'haskell-unix-compat' 'haskell-utf8-string') makedepends=('ghc') source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver") sha512sums=('SKIP')
