Date: Wednesday, June 28, 2017 @ 14:56:30 Author: felixonmars Revision: 241352
upgpkg: git-repair 1.20170626-2 rebuild with QuickCheck,2.10.0.1 Modified: git-repair/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-28 14:54:27 UTC (rev 241351) +++ PKGBUILD 2017-06-28 14:56:30 UTC (rev 241352) @@ -3,12 +3,12 @@ pkgname=git-repair pkgver=1.20170626 -pkgrel=1 +pkgrel=2 pkgdesc="Repairs a damaged git repisitory" url="http://git-repair.branchable.com/" license=("GPL") arch=('i686' 'x86_64') -depends=('git' "ghc" "haskell-async" "haskell-data-default" "haskell-exceptions" "haskell-hslogger" +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")
