Date: Wednesday, October 14, 2015 @ 07:04:28 Author: svenstaro Revision: 143972
upgpkg: audaspace 1.1-1 upstream release 1.1 Modified: audaspace/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-14 04:27:40 UTC (rev 143971) +++ PKGBUILD 2015-10-14 05:04:28 UTC (rev 143972) @@ -1,6 +1,6 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=audaspace -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="A high level and feature rich audio library written in C++ with language bindings" arch=("x86_64" "i686") @@ -7,10 +7,12 @@ url="http://audaspace.github.io/" license=('APACHE') depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack') -makedepends=('cmake' 'python' 'python-setuptools') -optdepends=() +makedepends=('cmake' 'python' 'python-setuptools' 'python-numpy') +optdepends=('python: python language bindings' + 'python-numpy: python language bindings') +options=('!buildflags') # use until 1.2 source=("https://github.com/audaspace/audaspace/archive/v${pkgver}.tar.gz") -md5sums=('c44ef32aa0ab4547d42395a1c999879d') +md5sums=('413e5de4daf0770991275e189b24ecdd') build() { cd "${pkgname}-${pkgver}"
