From ec4589491f32d196dfea8278086787529683ff41 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Aug 2018 23:22:31 -0300 Subject: [PATCH] libtifiles2: fix license= --- srcpkgs/libtifiles2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libtifiles2/template b/srcpkgs/libtifiles2/template index 181d618265f..813d067082a 100644 --- a/srcpkgs/libtifiles2/template +++ b/srcpkgs/libtifiles2/template @@ -1,19 +1,19 @@ # Template file for 'libtifiles2' pkgname=libtifiles2 version=1.1.7 -revision=1 +revision=2 _tilpver=1.18 build_style=gnu-configure hostmakedepends="automake bison groff intltool libtool pkg-config texinfo" makedepends="libticonv-devel libarchive-devel gettext-devel" short_desc="TI File format library" maintainer="Andrew Benson " -license=" GPL-2.0-or-later" +license="GPL-2.0-or-later" homepage="https://www.ticalc.org" distfiles="${SOURCEFORGE_SITE}/tilp/tilp2-linux/tilp2-${_tilpver}/${pkgname}-${version}.tar.bz2" checksum=9ac63b49e97b09b30b37bbc84aeb15fa7967bceb944e56141c5cd5a528acc982 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" gettext-devel" fi