pd: update to 0.48.2. (#2003)

This commit is contained in:
Piotr 2018-09-05 19:57:45 +02:00 committed by cr6git
parent c56e21fb38
commit 7553ab3a76
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pd'
pkgname=pd
version=0.48.1
version=0.48.2
revision=1
_ver=${version%.*}-${version##*.}
wrksrc="$pkgname-$_ver"
@ -11,13 +11,13 @@ makedepends="alsa-lib-devel jack-devel tk-devel fftw-devel"
depends="tk"
short_desc="The Pure Data real-time music and multimedia environment"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD"
license="BSD-3-Clause"
homepage="http://msp.ucsd.edu/software.html"
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
checksum=e89db1ca58ae3d3f5a94f68ddb0ace9cc02c8af28aa19a4ae4f0ddeeb7a24da3
checksum=681be08494b9f29ba00e01d9f5b2adc6fa989e139071b1cf2034cfff9885065d
pre_configure() {
autoreconf -fi
./autogen.sh
}
post_install() {

1
srcpkgs/pd/update Normal file
View File

@ -0,0 +1 @@
pattern="pd-\K[\d.-]+(?=\.src\.tar)"