pd: update to 0.51.0.

This commit is contained in:
mobinmob 2020-06-18 14:28:47 +03:00 committed by Andrew Benson
parent 40d782a65c
commit 9ec8bc4b72

View file

@ -1,6 +1,6 @@
# Template file for 'pd'
pkgname=pd
version=0.50.2
version=0.51.0
revision=1
_ver=${version%.*}-${version##*.}
wrksrc="$pkgname-$_ver"
@ -14,7 +14,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD-3-Clause"
homepage="https://puredata.info"
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
checksum=e55df806dafc79f1ee26bfdfc3526c6d223d7bcff6ea1e7c0fda7de0a5c9e637
checksum=fa9a2f699422e88ce17fdc22367152d101d5ef2074591801e8fd40e22424fb63
case "$XBPS_TARGET_MACHINE" in
*-musl) # Causes pd to fail if qsort is used without thread local storage.
CFLAGS="-DMICROSOFT_STUPID_SORT" ;;