From 4250714a7e6eeec8a91313143693333c689b9783 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 5 Apr 2021 12:21:27 -0700 Subject: [PATCH] git-crypt: fix license --- srcpkgs/git-crypt/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/git-crypt/template b/srcpkgs/git-crypt/template index 0f81c8dc313..f5c4c79b664 100644 --- a/srcpkgs/git-crypt/template +++ b/srcpkgs/git-crypt/template @@ -1,16 +1,16 @@ # Template file for 'git-crypt' pkgname=git-crypt version=0.6.0 -revision=7 +revision=8 build_style=gnu-makefile make_use_env=yes -makedepends="openssl-devel" -hostmakedepends="libxslt docbook-xsl" make_build_args="ENABLE_MAN=yes" make_install_args="ENABLE_MAN=yes" +hostmakedepends="libxslt docbook-xsl" +makedepends="openssl-devel" short_desc="Transparent file encryption in git" maintainer="Andy Cobaugh " -license="GPL-3" +license="GPL-3.0-or-later" homepage="https://www.agwa.name/projects/git-crypt/" distfiles="https://github.com/AGWA/git-crypt/archive/${version}.tar.gz" checksum=777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78 @@ -21,6 +21,4 @@ post_install() { vdoc NEWS vdoc doc/multiple_keys.md vman man/man1/git-crypt.1 - vlicense COPYING } -