summaryrefslogtreecommitdiff
path: root/community/pd
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-05 11:01:59 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-05 11:01:59 +0200
commit2404cab74d2adee25da90382310e16f36b9da81e (patch)
tree6b6958b291e7f2bd58b01fc63809203f8c9c423b /community/pd
parentb796bed39624486a348d1cb2881c5a1e88f84954 (diff)
parent9b4356a4ce894946739f7fff9411f62be0fbc122 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/qtcurve-kde4/PKGBUILD community-testing/r8168-lts/PKGBUILD multilib/lib32-libphobos/PKGBUILD testing/bison/PKGBUILD testing/flex/PKGBUILD testing/logrotate/PKGBUILD
Diffstat (limited to 'community/pd')
-rw-r--r--community/pd/PKGBUILD6
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"