pd: update to 0.48.2. (#2003)
This commit is contained in:
parent
c56e21fb38
commit
7553ab3a76
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pd'
|
# Template file for 'pd'
|
||||||
pkgname=pd
|
pkgname=pd
|
||||||
version=0.48.1
|
version=0.48.2
|
||||||
revision=1
|
revision=1
|
||||||
_ver=${version%.*}-${version##*.}
|
_ver=${version%.*}-${version##*.}
|
||||||
wrksrc="$pkgname-$_ver"
|
wrksrc="$pkgname-$_ver"
|
||||||
|
@ -11,13 +11,13 @@ makedepends="alsa-lib-devel jack-devel tk-devel fftw-devel"
|
||||||
depends="tk"
|
depends="tk"
|
||||||
short_desc="The Pure Data real-time music and multimedia environment"
|
short_desc="The Pure Data real-time music and multimedia environment"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://msp.ucsd.edu/software.html"
|
homepage="http://msp.ucsd.edu/software.html"
|
||||||
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
||||||
checksum=e89db1ca58ae3d3f5a94f68ddb0ace9cc02c8af28aa19a4ae4f0ddeeb7a24da3
|
checksum=681be08494b9f29ba00e01d9f5b2adc6fa989e139071b1cf2034cfff9885065d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pattern="pd-\K[\d.-]+(?=\.src\.tar)"
|
Loading…
Reference in New Issue