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

Felix Yan felixonmars at archlinux.org
Thu Sep 28 17:59:57 UTC 2017


    Date: Thursday, September 28, 2017 @ 17:59:56
  Author: felixonmars
Revision: 260874

upgpkg: git-annex 6.20170925-2

rebuild with psqueues,0.2.4.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-28 17:40:30 UTC (rev 260873)
+++ PKGBUILD	2017-09-28 17:59:56 UTC (rev 260874)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170925
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/"
 license=("AGPL3")
@@ -46,7 +46,7 @@
 package() {
   cd git-annex
   runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
 
   rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
   rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc



More information about the arch-commits mailing list