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

Felix Yan felixonmars at archlinux.org
Tue May 19 20:32:42 UTC 2020


    Date: Tuesday, May 19, 2020 @ 20:32:42
  Author: felixonmars
Revision: 630155

upgpkg: git-repair 1.20200504-5: rebuild with tasty-golden 2.3.3.3

Modified:
  git-repair/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 20:31:43 UTC (rev 630154)
+++ PKGBUILD	2020-05-19 20:32:42 UTC (rev 630155)
@@ -2,7 +2,7 @@
 
 pkgname=git-repair
 pkgver=1.20200504
-pkgrel=4
+pkgrel=5
 pkgdesc="Repairs a damaged git repository"
 url="https://git-repair.branchable.com/"
 license=("AGPL3")
@@ -20,7 +20,7 @@
 
   runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \
     --docdir="/usr/share/doc/$pkgname" --ghc-option='-pie'
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
 }
 
 package() {



More information about the arch-commits mailing list