[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 30 18:58:47 UTC 2019
Date: Friday, August 30, 2019 @ 18:58:47
Author: felixonmars
Revision: 505356
upgpkg: git-annex 7.20190819-16
rebuild with rio 0.1.12.0
Modified:
git-annex/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-30 18:58:39 UTC (rev 505355)
+++ PKGBUILD 2019-08-30 18:58:47 UTC (rev 505356)
@@ -3,7 +3,7 @@
pkgname=git-annex
pkgver=7.20190819
-pkgrel=15
+pkgrel=16
pkgdesc="Manage files with git, without checking their contents into git"
url="https://git-annex.branchable.com/"
license=("AGPL3")
@@ -36,7 +36,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
+ make GHC="ghc -dynamic" BUILDER=./Setup -j1
}
package() {
More information about the arch-commits
mailing list