From a4f475ff9bda9152b142d11bfbb2a7eb43b1e67b Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 12 May 2021 12:10:12 -0700 Subject: [PATCH] robotfindskitten: fix license, other lint --- srcpkgs/robotfindskitten/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/robotfindskitten/template b/srcpkgs/robotfindskitten/template index 3fe9a742cbe..7f23f08746e 100644 --- a/srcpkgs/robotfindskitten/template +++ b/srcpkgs/robotfindskitten/template @@ -1,14 +1,14 @@ # Template file for 'robotfindskitten' pkgname=robotfindskitten version=2.7182818.701 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="setconf" makedepends="ncurses-devel" short_desc="Yet another zen simulation" maintainer="Orphaned " +license="GPL-2.0-or-later" homepage="http://www.robotfindskitten.org" -license="GPL-2" distfiles="http://robotfindskitten.org/download/POSIX/${pkgname}-${version}.tar.gz" checksum=7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719 @@ -19,4 +19,3 @@ pre_configure() { post_install() { vinstall nki/vanilla.nki 644 usr/share/games/robotfindskitten } -