From 588b8c83136eb2f70755491711f40ed1140a85ad Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 7 Jun 2021 23:31:28 -0700 Subject: [PATCH] unibilium: fix license, description --- srcpkgs/unibilium/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/unibilium/template b/srcpkgs/unibilium/template index 9eecb8be39f..b744e1ae6dc 100644 --- a/srcpkgs/unibilium/template +++ b/srcpkgs/unibilium/template @@ -1,12 +1,12 @@ # Template file for 'unibilium' pkgname=unibilium version=2.0.0 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="libtool perl" -short_desc="A simple, self-contained terminfo library" +short_desc="Simple, self-contained terminfo library" maintainer="Steve Prybylski " -license="LGPL-3" +license="LGPL-3.0-or-later" homepage="https://github.com/mauke/unibilium" distfiles="https://github.com/mauke/${pkgname}/archive/v${version}.tar.gz" checksum=78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1 @@ -14,8 +14,8 @@ checksum=78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1 do_build() { if [ "$CROSS_BUILD" ]; then cp /usr/bin/libtool . - sed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool - sed -e 's,libtool,./libtool,g' -i Makefile + vsed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool + vsed -e 's,libtool,./libtool,g' -i Makefile fi make ${makejobs} }