From 8ebb52f9b4aa0ed0019f34f9bb50c0ce71b7fe16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= Date: Thu, 29 Jul 2021 18:06:38 +0200 Subject: [PATCH] tickr: update to 0.7.1. --- srcpkgs/tickr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tickr/template b/srcpkgs/tickr/template index 285e2419fccf..da7e7f4fdcbb 100644 --- a/srcpkgs/tickr/template +++ b/srcpkgs/tickr/template @@ -1,6 +1,6 @@ # Template file for 'tickr' pkgname=tickr -version=0.7.0 +version=0.7.1 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana " license="GPL-3.0-or-later" homepage="https://www.open-tickr.net/" distfiles="https://www.open-tickr.net/src/${pkgname}-${version}.tar.gz" -checksum=37dd2d970cd9bf9b0ebc5e6cbf6605ea460008f577a43a7500e506e9dffcd802 +checksum=391529a115b820d5c2cac7b466facc4722b7f90e02ab0acd7350a8e97adcee58 case "$XBPS_TARGET_MACHINE" in arm*|ppc64|ppc) configure_args+=" LIBS=-lm" ;;