From 92746309b1e05333aee82acc59019a156b1cfc40 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 22 Dec 2018 05:02:17 -0200 Subject: [PATCH] suil: update to 0.10.2. --- srcpkgs/suil/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/suil/template b/srcpkgs/suil/template index 7681a7af5c2..4a430682ccf 100644 --- a/srcpkgs/suil/template +++ b/srcpkgs/suil/template @@ -1,16 +1,17 @@ # Template file for 'suil' pkgname=suil -version=0.10.0 -revision=2 +version=0.10.2 +revision=1 build_style=waf hostmakedepends="pkg-config python lv2" makedepends="gtk+-devel qt5-devel gtk+3-devel" short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs" maintainer="Juan RP " -license="BSD-style" +license="MIT" homepage="http://drobilla.net/software/suil/" distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2" -checksum=9895c531f80c7e89a2b4b47de589d73b70bf48db0b0cfe56e5d54237ea4b8848 +checksum=9f445910627fb30f4c182b9ee00d1030324910d8a9ce7c9654c34465411da401 +nocross="Objective-C++ compiler not installed on this system" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel"