From 6d5dd18ad925aec0a7c1fd18bcd1b62b558988ad Mon Sep 17 00:00:00 2001 From: 38github <18294149+38github@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:09:38 +0200 Subject: [PATCH 1/2] Update template Updated version and checksum. Built correctly and runs. --- srcpkgs/jamulus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jamulus/template b/srcpkgs/jamulus/template index c7be91e1e414cf..7b88826342b5f7 100644 --- a/srcpkgs/jamulus/template +++ b/srcpkgs/jamulus/template @@ -1,6 +1,6 @@ # Template file for 'jamulus' pkgname=jamulus -version=3.9.0 +version=3.9.1 revision=1 _version=r${version//./_} wrksrc=${pkgname}-${_version} @@ -13,4 +13,4 @@ maintainer="astralchan " license="GPL-2.0-or-later" homepage="https://jamulus.io" distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz" -checksum=742b1954111c55b39ea7b2863c762d6731359e2b4793ef2409b150096fb196a5 +checksum=758381a92ff7b264534773b71b6bf8e098bbeb6d693efdc2916609f2ff842889 From 123d575f90cd1d8e76b9a55162c97d6363661147 Mon Sep 17 00:00:00 2001 From: 38github <18294149+38github@users.noreply.github.com> Date: Wed, 2 Nov 2022 23:35:33 +0100 Subject: [PATCH 2/2] Update template Ran the template through xlint and changed the things that was reported as wrong until no output was showing. --- srcpkgs/jamulus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/jamulus/template b/srcpkgs/jamulus/template index 7b88826342b5f7..94a7e72d19d794 100644 --- a/srcpkgs/jamulus/template +++ b/srcpkgs/jamulus/template @@ -9,7 +9,7 @@ configure_args="Jamulus.pro" hostmakedepends="pkg-config qt5-qmake qt5-host-tools" makedepends="qt5-declarative-devel jack-devel qt5-multimedia-devel" short_desc="Play music online. With friends. For free" -maintainer="astralchan " +maintainer="38github " license="GPL-2.0-or-later" homepage="https://jamulus.io" distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz"