From 26b11b1ffd3214093518977f4bdb3e9fa4b9aa91 Mon Sep 17 00:00:00 2001 From: teldra Date: Sat, 22 Jan 2022 11:17:39 +0100 Subject: [PATCH] geonkick: update to 2.8.1. --- srcpkgs/geonkick/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template index e3acec2aa4a0..79f8ba451959 100644 --- a/srcpkgs/geonkick/template +++ b/srcpkgs/geonkick/template @@ -1,6 +1,6 @@ # Template file for 'geonkick' pkgname=geonkick -version=2.8.0 +version=2.8.1 revision=1 build_style=cmake hostmakedepends="pkg-config tar xz" @@ -9,12 +9,12 @@ makedepends="jack-devel libsndfile-devel rapidjson short_desc="Free software percussion synthesizer" maintainer="teldra " license="GPL-3.0-or-later" -homepage="https://github.com/iurie-sw/geonkick" -distfiles="https://github.com/iurie-sw/geonkick/archive/v${version}.tar.gz" -checksum=ec656e76df13ae1226bba6eeb8146c4f0ddbae2c34d28a89db473c16497eaff4 -make_check=extended # No target to "ninja test". +homepage="https://github.com/free-sm/geonkick" +changelog="https://github.com/free-sm/geonkick/blob/main/NEWS.md" +distfiles="https://github.com/free-sm/geonkick/archive/refs/tags/v${version}.tar.gz" +checksum=813fb10709136ed79403c8baf3d847fce9fbf717fea3c194ad2952e0172e6d45 -if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then +if [ ${CROSS_BUILD} ]; then configure_args+=" -DGKICK_ARCHITECTURE=$XBPS_TARGET_MACHINE" fi