From e064a7b46b38edb8557739c589fb58a3a8769cd0 Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 24 Jul 2023 18:32:32 +0100 Subject: [PATCH] sord: update to 0.16.14. --- srcpkgs/sord/template | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sord/template b/srcpkgs/sord/template index b72012c1c506c..13b9b25d8c441 100644 --- a/srcpkgs/sord/template +++ b/srcpkgs/sord/template @@ -1,16 +1,23 @@ # Template file for 'sord' pkgname=sord -version=0.16.6 +version=0.16.14 revision=1 -build_style=waf3 +build_style=meson hostmakedepends="pkg-config" makedepends="serd-devel pcre-devel" short_desc="Lightweight C library for storing RDF data in memory" maintainer="Orphaned " license="ISC" -homepage="http://drobilla.net/software/sord/" -distfiles="http://download.drobilla.net/sord-${version}.tar.bz2" -checksum=667af27a76085336d3865d087c1bb31a9d5f85b3359bcb27112dc43659229d44 +homepage="https://drobilla.net/software/sord.html" +changelog="https://drobilla.net/category/sord/" +distfiles="https://download.drobilla.net/sord-${version}.tar.xz" +checksum=220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b + +if [ "$XBPS_CHECK_PKGS" ]; then + configure_args="-Dtests=enabled" +else + configure_args="-Dtests=disabled" +fi post_install() { vlicense COPYING