wf-recorder: update to 0.2.1

This commit is contained in:
Jony 2020-05-14 15:19:44 -07:00 committed by Johannes
parent 985eeeb75b
commit 43d4ead7a9

View file

@ -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 <maybe-one-day-ubermensch@protonmail.com>"
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() {