From aed275aa4d8a002c275981fa063189f7e147390b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Dec 2019 20:10:30 +0100 Subject: [PATCH] git-annex: license expects a string with no newlines. --- srcpkgs/git-annex/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/git-annex/template b/srcpkgs/git-annex/template index d1b8747d2dc..fbe36bc1170 100644 --- a/srcpkgs/git-annex/template +++ b/srcpkgs/git-annex/template @@ -1,7 +1,7 @@ # Template file for 'git-annex' pkgname=git-annex version=7.20191114 -revision=1 +revision=2 build_style=haskell-stack hostmakedepends="pkg-config ghc stack" makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel @@ -10,15 +10,13 @@ makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel depends="git rsync curl lsof gnupg2" short_desc="Git addon for managing large files" maintainer="Evan Deaubl " -license="AGPL-3.0-or-later, MIT, BSD-2-clause, GPL-3.0-or-later, -custom:Expat, custom:MIT-twitter, GPL-2.0, custom:icon-license" +license="AGPL-3.0-or-later, MIT, BSD-2-clause, GPL-3.0-or-later, custom:Expat, custom:MIT-twitter, GPL-2.0, custom:icon-license" homepage="http://git-annex.branchable.com" distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz" checksum=e29377764d55dbec74b7020680a4871d11532b239421d44215780f9b7408c182 nopie_files="/usr/bin/git-annex" nocross=yes - # These install steps are pulled from the install target in the # git-annex Makefile. The target can't be called directly because it is # comingled with the Cabal build, and we're using Stackage instead