[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 27 13:39:37 UTC 2021
Date: Saturday, March 27, 2021 @ 13:39:37
Author: felixonmars
Revision: 905071
upgpkg: git-annex 8.20210310-14: rebuild with attoparsec 0.14.1
Modified:
git-annex/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-27 13:17:54 UTC (rev 905070)
+++ PKGBUILD 2021-03-27 13:39:37 UTC (rev 905071)
@@ -3,7 +3,7 @@
pkgname=git-annex
pkgver=8.20210310
-pkgrel=13
+pkgrel=14
pkgdesc="Manage files with git, without checking their contents into git"
url="https://git-annex.branchable.com/"
license=("AGPL3")
@@ -33,6 +33,11 @@
source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
sha512sums=('SKIP')
+prepare() {
+ cd git-annex
+ sed -i 's/A.parseOnly/AS.parseOnly/;/import qualified Data.Attoparsec.ByteString.Lazy as A/a import qualified Data.Attoparsec.ByteString as AS' Logs/Line.hs Logs/MapLog.hs Logs/UUIDBased.hs Logs/Trust/Pure.hs Logs/Remote/Pure.hs Logs/ContentIdentifier/Pure.hs
+}
+
build() {
cd git-annex
sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
More information about the arch-commits
mailing list