Date: Monday, January 9, 2017 @ 23:03:50 Author: svenstaro Revision: 206255
upgpkg: audaspace 1.3.0-1 upstream release 1.3.0 Modified: audaspace/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-09 22:58:17 UTC (rev 206254) +++ PKGBUILD 2017-01-09 23:03:50 UTC (rev 206255) @@ -1,18 +1,18 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=audaspace -pkgver=1.1 -pkgrel=3 +pkgver=1.3.0 +pkgrel=1 pkgdesc="A high level and feature rich audio library written in C++ with language bindings" arch=("x86_64" "i686") url="http://audaspace.github.io/" license=('APACHE') -depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack') +depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack' 'fftw') makedepends=('cmake' 'python' 'python-setuptools' 'python-numpy') optdepends=('python: python language bindings' 'python-numpy: python language bindings') -options=('!buildflags') # use until 1.2 +#options=('!buildflags') # use until 1.2 source=("https://github.com/audaspace/audaspace/archive/v${pkgver}.tar.gz") -md5sums=('413e5de4daf0770991275e189b24ecdd') +md5sums=('5a22f4f31ecea07c7d33671a07eaed72') build() { cd "${pkgname}-${pkgver}"
