From d645b5e310c3db0074acb92f6935db3de975c598 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Thu, 3 Jun 2021 09:43:58 -0700 Subject: [PATCH] ucl: fix license, layout --- srcpkgs/ucl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ucl/template b/srcpkgs/ucl/template index aa876e11bf6..fa5dc492fae 100644 --- a/srcpkgs/ucl/template +++ b/srcpkgs/ucl/template @@ -1,12 +1,12 @@ # Template file for 'ucl' pkgname=ucl version=1.03 -revision=5 -conflicts="libucl-devel>=0" +revision=6 build_style=gnu-configure short_desc="Portable lossless data compression library written in ANSI C" maintainer="Orphaned " +license="GPL-2.0-or-later" homepage="http://www.oberhumer.com/opensource/ucl/" -license="GPL-2" distfiles="http://www.oberhumer.com/opensource/ucl/download/ucl-${version}.tar.gz" checksum=b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348 +conflicts="libucl-devel>=0"