pd: update to 0.51.2.

This commit is contained in:
mobinmob 2020-11-01 17:33:31 +02:00 committed by Andrew J. Hesford
parent a98e069f4d
commit b6bc090399

View file

@ -1,6 +1,6 @@
# Template file for 'pd'
pkgname=pd
version=0.51.0
version=0.51.2
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=fa9a2f699422e88ce17fdc22367152d101d5ef2074591801e8fd40e22424fb63
checksum=b09ad89ad6f419b410644ef7d8dcf34459d21a7ab61a593244ecfaae2ca3f3c9
case "$XBPS_TARGET_MACHINE" in
*-musl) # Causes pd to fail if qsort is used without thread local storage.
CFLAGS="-DMICROSOFT_STUPID_SORT" ;;