Date: Friday, October 6, 2017 @ 16:12:56 Author: felixonmars Revision: 261957
upgpkg: git-repair 1.20170626-8 rebuild with QuickCheck,2.10.1 Modified: git-repair/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-06 16:11:16 UTC (rev 261956) +++ PKGBUILD 2017-10-06 16:12:56 UTC (rev 261957) @@ -3,7 +3,7 @@ pkgname=git-repair pkgver=1.20170626 -pkgrel=7 +pkgrel=8 pkgdesc="Repairs a damaged git repisitory" url="http://git-repair.branchable.com/" license=("GPL") @@ -19,7 +19,7 @@ build() { cd git-repair - runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \ + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ --docdir="/usr/share/doc/$pkgname" \ -fnetwork-uri runhaskell Setup build
