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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Fri Jan 31 20:23:59 UTC 2014


    Date: Friday, January 31, 2014 @ 21:23:59
  Author: lfleischer
Revision: 105109

upgpkg: portaudio 19_20140130-1

Upstream update.

Modified:
  portaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-31 20:17:47 UTC (rev 105108)
+++ PKGBUILD	2014-01-31 20:23:59 UTC (rev 105109)
@@ -5,8 +5,8 @@
 # Contributor: Bob Finch <w9ya at qrparci.net>
 
 pkgname=portaudio
-pkgver=19_20111121
-pkgrel=3
+pkgver=19_20140130
+pkgrel=1
 pkgdesc='A free, cross-platform, open source, audio I/O library.'
 arch=('i686' 'x86_64')
 url='http://www.portaudio.com/'
@@ -16,13 +16,13 @@
 provides=('portaudio_cpp')
 replaces=('portaudio_cpp')
 source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
-md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
+md5sums=('7f220406902af9dca009668e198cbd23')
 
 build() {
   cd "$srcdir/$pkgname"
 
   ./configure --prefix=/usr --enable-cxx
-  make -j1
+  make
 }
 
 package() {




More information about the arch-commits mailing list