Date: Friday, April 24, 2020 @ 18:58:39 Author: felixonmars Revision: 619512
upgpkg: git-repair 1.20200102-72: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: git-repair/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 18:57:50 UTC (rev 619511) +++ PKGBUILD 2020-04-24 18:58:39 UTC (rev 619512) @@ -2,13 +2,13 @@ pkgname=git-repair pkgver=1.20200102 -pkgrel=71 +pkgrel=72 pkgdesc="Repairs a damaged git repository" url="https://git-repair.branchable.com/" license=("AGPL3") arch=('x86_64') depends=('git' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-data-default' - 'haskell-exceptions' 'haskell-filepath-bytestring' 'haskell-hslogger' 'haskell-ifelse' + 'haskell-filepath-bytestring' 'haskell-hslogger' 'haskell-ifelse' 'haskell-network' 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split' 'haskell-unix-compat' 'haskell-utf8-string') makedepends=('ghc')
