Skip to content

Commit

Permalink
wf-recorder: update to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jony255 authored and jnbr committed May 16, 2020
1 parent 985eeeb commit 43d4ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/wf-recorder/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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() {
Expand Down

0 comments on commit 43d4ead

Please sign in to comment.