[arch-commits] Commit in pd/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Sep 17 11:39:21 UTC 2017


    Date: Sunday, September 17, 2017 @ 11:39:19
  Author: arojas
Revision: 258605

Update to 0.48.0

Modified:
  pd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-17 11:27:07 UTC (rev 258604)
+++ PKGBUILD	2017-09-17 11:39:19 UTC (rev 258605)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
 
 pkgname=pd
-pkgver=0.47.1
+pkgver=0.48.0
 _ver=${pkgver%.*}-${pkgver##*.}
 pkgrel=1
 pkgdesc="The Pure Data real-time music and multimedia environment"
@@ -11,11 +11,11 @@
 arch=('i686' 'x86_64')
 url="http://msp.ucsd.edu/software.html"
 license=('custom:BSD')
-depends=('jack' 'tk' 'fftw')
+depends=('jack' 'fftw' 'tk')
 provides=('puredata')
 options=('!strip')
 source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
-md5sums=('78f012826bdbebcc683e15e5f8a94db9')
+md5sums=('b746efd17a8a571c6fcfb536ff607c29')
 
 build() {
   cd pd-$_ver
@@ -24,7 +24,7 @@
               --enable-alsa \
               --enable-jack \
               --disable-portaudio \
-              --enable-fftw=no \
+              --enable-fftw \
               --enable-debug
   make
 }



More information about the arch-commits mailing list