Date: Tuesday, August 15, 2017 @ 22:12:28 Author: felixonmars Revision: 251201
upgpkg: git-repair 1.20170626-6 GHC 8.2.1 rebuild Modified: git-repair/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-15 21:41:00 UTC (rev 251200) +++ PKGBUILD 2017-08-15 22:12:28 UTC (rev 251201) @@ -3,7 +3,7 @@ pkgname=git-repair pkgver=1.20170626 -pkgrel=5 +pkgrel=6 pkgdesc="Repairs a damaged git repisitory" url="http://git-repair.branchable.com/" license=("GPL") @@ -12,6 +12,7 @@ "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')
