diff options
Diffstat (limited to 'community/portaudio')
-rw-r--r-- | community/portaudio/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/portaudio/PKGBUILD b/community/portaudio/PKGBUILD index 82291a2e5..057403fcf 100644 --- a/community/portaudio/PKGBUILD +++ b/community/portaudio/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 99961 2013-10-31 02:42:36Z allan $ +# $Id: PKGBUILD 105110 2014-01-31 20:24:11Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Darwin Bautista <djclue917@gmail.com> # Contributor: Bob Finch <w9ya@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' 'mips64el') url='http://www.portaudio.com/' @@ -16,13 +16,13 @@ conflicts=('portaudio_cpp') 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() { |