diff options
author | root <root@rshg054.dnsready.net> | 2012-08-05 00:04:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-05 00:04:11 +0000 |
commit | 9b4356a4ce894946739f7fff9411f62be0fbc122 (patch) | |
tree | 29999235b5b73068c5ddb4dc1239dcf7c66397fa /community/pd | |
parent | f8ac5d4703080cc87ba2fe36f68df745d3a5f62f (diff) |
Sun Aug 5 00:04:11 UTC 2012
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 18449382a..9e16275df 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" |