[arch-commits] Commit in git-repair/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 22 11:36:08 UTC 2020


    Date: Wednesday, January 22, 2020 @ 11:36:07
  Author: felixonmars
Revision: 553458

upgpkg: git-repair 1.20200102-3: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0, safecopy 0.10.2, singletons 2.6, clash-prelude 1.0.1

Modified:
  git-repair/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 11:35:33 UTC (rev 553457)
+++ PKGBUILD	2020-01-22 11:36:07 UTC (rev 553458)
@@ -2,7 +2,7 @@
 
 pkgname=git-repair
 pkgver=1.20200102
-pkgrel=2
+pkgrel=3
 pkgdesc="Repairs a damaged git repository"
 url="https://git-repair.branchable.com/"
 license=("AGPL3")
@@ -15,6 +15,11 @@
 source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
 sha512sums=('SKIP')
 
+prepare() {
+  cd git-repair
+  sed -i 's/ fail / error /' Utility/HumanTime.hs
+}
+
 build() {
   cd git-repair
 



More information about the arch-commits mailing list