Date: Wednesday, February 20, 2019 @ 17:07:02 Author: felixonmars Revision: 434754
upgpkg: git-annex 7.20190219-2 rebuild with http-client 0.6.1.1 Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-20 17:00:57 UTC (rev 434753) +++ PKGBUILD 2019-02-20 17:07:02 UTC (rev 434754) @@ -3,7 +3,7 @@ pkgname=git-annex pkgver=7.20190219 -pkgrel=1 +pkgrel=2 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/" license=("AGPL3") @@ -31,11 +31,6 @@ source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver") sha512sums=('SKIP') -prepare() { - cd git-annex - #sed -i '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs Test.hs -} - build() { cd git-annex
