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

Felix Yan felixonmars at archlinux.org
Tue May 19 22:43:18 UTC 2020


    Date: Tuesday, May 19, 2020 @ 22:43:18
  Author: felixonmars
Revision: 630312

upgpkg: git-annex 8.20200501-10: rebuild with tasty-golden 2.3.3.3

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 22:38:39 UTC (rev 630311)
+++ PKGBUILD	2020-05-19 22:43:18 UTC (rev 630312)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20200501
-pkgrel=9
+pkgrel=10
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/"
 license=("AGPL3")
@@ -39,7 +39,7 @@
 
   sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
       -i Makefile
-  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
 }
 
 package() {



More information about the arch-commits mailing list