Date: Wednesday, March 31, 2021 @ 13:22:30 Author: felixonmars Revision: 910595
upgpkg: git-annex 8.20210330-1 Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-31 13:13:21 UTC (rev 910594) +++ PKGBUILD 2021-03-31 13:22:30 UTC (rev 910595) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=git-annex -pkgver=8.20210310 -pkgrel=16 +pkgver=8.20210330 +pkgrel=1 pkgdesc="Manage files with git, without checking their contents into git" url="https://git-annex.branchable.com/" license=("AGPL3") @@ -33,11 +33,6 @@ 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|' \
