From 82bcea1701b8a004b911ab726881612a740e0fda Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Aug 2018 23:22:57 -0300 Subject: [PATCH] libticables2: fix license= --- srcpkgs/libticables2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libticables2/template b/srcpkgs/libticables2/template index eebc810b46c..863ff32639a 100644 --- a/srcpkgs/libticables2/template +++ b/srcpkgs/libticables2/template @@ -1,7 +1,7 @@ # Template file for 'libticables2' pkgname=libticables2 version=1.3.5 -revision=1 +revision=2 _tilpver=1.18 build_style=gnu-configure configure_args="--enable-libusb10" @@ -9,12 +9,12 @@ hostmakedepends="automake bison groff intltool libtool pkg-config texinfo" makedepends="glib-devel libusb-devel gettext-devel" short_desc="TI Link Cable 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=0c6fb6516e72ccab081ddb3aecceff694ed93aec689ddd2edba9c7c7406c4522 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" gettext-devel" fi