From a1e232b4b32e6994de6c8011aafef9366d33c09d Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 13 Apr 2021 10:44:15 -0700 Subject: [PATCH] gsimplecal-gtk3: fix license, other lint --- srcpkgs/gsimplecal-gtk3/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gsimplecal-gtk3/template b/srcpkgs/gsimplecal-gtk3/template index 57b595e0f4..52acc624d5 100644 --- a/srcpkgs/gsimplecal-gtk3/template +++ b/srcpkgs/gsimplecal-gtk3/template @@ -1,19 +1,20 @@ # Template file for 'gsimplecal-gtk3' pkgname=gsimplecal-gtk3 version=2.1 -revision=3 +revision=4 wrksrc="${pkgname%-*}-${version}" build_style=gnu-configure -makedepends="gtk+3-devel" hostmakedepends="automake pkg-config" -replaces="gsimplecal-gtk2>=0" +makedepends="gtk+3-devel" short_desc="Simple and lightweight GTK calendar" maintainer="Jarbowski " -license="BSD" +license="BSD-3-Clause" homepage="http://dmedvinsky.github.io/gsimplecal/" distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz" checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9" +replaces="gsimplecal-gtk2>=0" + pre_configure() { ./autogen.sh }