Date: Sunday, May 17, 2020 @ 17:58:58 Author: felixonmars Revision: 628270
upgpkg: git-annex 8.20200501-4: rebuild with tasty 1.3 Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-17 17:40:55 UTC (rev 628269) +++ PKGBUILD 2020-05-17 17:58:58 UTC (rev 628270) @@ -3,7 +3,7 @@ pkgname=git-annex pkgver=8.20200501 -pkgrel=3 +pkgrel=4 pkgdesc="Manage files with git, without checking their contents into git" url="https://git-annex.branchable.com/" license=("AGPL3") @@ -35,6 +35,8 @@ build() { cd git-annex + sed -i 's/suiteOptionParser ingredients (tests False True mempty)/snd (&)/' Test.hs + 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
