diff options
Diffstat (limited to 'community/pd')
-rw-r--r-- | community/pd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pd/PKGBUILD b/community/pd/PKGBUILD index 07e31708e..142d55d81 100644 --- a/community/pd/PKGBUILD +++ b/community/pd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74397 2012-07-26 14:58:32Z speps $ +# $Id: PKGBUILD 74762 2012-08-03 14:09:42Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: TDY <tdy@gmx.com> # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw> # Contributor: Andrea Scarpino <bash.lnx@gmail.com> pkgname=pd -pkgver=0.43.3 +pkgver=0.43.4 _ver=${pkgver%.*}-${pkgver##*.} pkgrel=1 pkgdesc="The Pure Data real-time music and multimedia environment" @@ -15,7 +15,7 @@ license=('custom:BSD') depends=('jack' 'fftw' 'tk') provides=('puredata') source=("http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz") -md5sums=('c0a565d3be92844780a86524598a5137') +md5sums=('9f174836ad5715ff3f65fd9b9f9a18ce') build() { cd "$srcdir/pd-$_ver/src" |