[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 17 06:23:38 UTC 2018
Date: Wednesday, October 17, 2018 @ 06:23:37
Author: felixonmars
Revision: 394961
upgpkg: git-annex 6.20181011-5
rebuild with ghc 8.6.1
Modified:
git-annex/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-17 06:06:29 UTC (rev 394960)
+++ PKGBUILD 2018-10-17 06:23:37 UTC (rev 394961)
@@ -3,7 +3,7 @@
pkgname=git-annex
pkgver=6.20181011
-pkgrel=4
+pkgrel=5
pkgdesc="Manage files with git, without checking their contents into git"
url="http://git-annex.branchable.com/"
license=("AGPL3")
@@ -32,6 +32,11 @@
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
More information about the arch-commits
mailing list