From 43d4ead7a98aaf3dbebd4348ce79a346c4bf09a4 Mon Sep 17 00:00:00 2001 From: Jony Date: Thu, 14 May 2020 15:19:44 -0700 Subject: [PATCH] wf-recorder: update to 0.2.1 --- srcpkgs/wf-recorder/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template index 31889991390..8ca26d6ef45 100644 --- a/srcpkgs/wf-recorder/template +++ b/srcpkgs/wf-recorder/template @@ -1,6 +1,6 @@ # Template file for 'wf-recorder' pkgname=wf-recorder -version=0.2 +version=0.2.1 revision=1 build_style=meson hostmakedepends="pkg-config ninja scdoc wayland-devel" @@ -11,11 +11,11 @@ maintainer="Jony " license="MIT" homepage="https://github.com/ammen99/wf-recorder" distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz" -checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb +checksum=45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1 # silly workaround to prevent vector/bool/etc from being defined case "$XBPS_TARGET_MACHINE" in - ppc*) CXXFLAGS+=" -D__APPLE_ALTIVEC__";; + ppc*) CXXFLAGS+=" -D__APPLE_ALTIVEC__";; esac post_install() {