From 069416c0b6c0e022ce2300d217c75fa7210aff1f Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 24 Mar 2021 20:27:32 -0700 Subject: [PATCH] asciinema: fix license, add checkdepends to pass --- srcpkgs/asciinema/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template index c4f7abc33f58..4814d01f0a22 100644 --- a/srcpkgs/asciinema/template +++ b/srcpkgs/asciinema/template @@ -3,12 +3,12 @@ pkgname=asciinema version=2.0.2 revision=3 build_style=python3-module -pycompile_module="asciinema" hostmakedepends="python3-setuptools" depends="$hostmakedepends" +checkdepends="python3-pip" short_desc="Record and share your terminal sessions, the right way" maintainer="Toyam Cox " -license="GPL-3" +license="GPL-3.0-or-later" # changelog="https://github.com/asciinema/asciinema/blob/master/CHANGELOG.md" homepage="https://asciinema.org/" distfiles="${PYPI_SITE}/a/asciinema/asciinema-${version}.tar.gz"