From 818b7dc25da6f8e1932bf17d0f83f03b90ada638 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 31 Aug 2020 18:55:22 +0200 Subject: [PATCH] spectrwm: update to 3.4.1. --- srcpkgs/spectrwm/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spectrwm/template b/srcpkgs/spectrwm/template index a0d11ddf46d..aefb3bdb0b8 100644 --- a/srcpkgs/spectrwm/template +++ b/srcpkgs/spectrwm/template @@ -1,6 +1,6 @@ # Template file for 'spectrwm' pkgname=spectrwm -version=3.3.0 +version=3.4.1 revision=1 _distname=SPECTRWM_${version//./_} wrksrc="spectrwm-${_distname}" @@ -15,7 +15,11 @@ maintainer="Jakub Skrzypnik " license="ISC" homepage="http://spectrwm.org" distfiles="https://github.com/conformal/spectrwm/archive/${_distname}.tar.gz" -checksum=ee4e40d7f97f0318a8f26e7551aefea7b7b2d21609615736c87e812122c8f140 +checksum=c030ef30bd11bbdfce3d4a1daf51f0c1358821ba95ebdc4cdb32d3944c8ce03c + +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + makedepends+=" musl-legacy-compat" +fi post_install() { vlicense LICENSE.md