Date: Saturday, July 7, 2018 @ 15:41:36 Author: svenstaro Revision: 354009
upgpkg: audaspace 1.3.0-2 Use fixed git version upstream Modified: audaspace/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-07 15:41:30 UTC (rev 354008) +++ PKGBUILD 2018-07-07 15:41:36 UTC (rev 354009) @@ -1,21 +1,20 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=audaspace pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A high level and feature rich audio library written in C++ with language bindings" arch=("x86_64") url="http://audaspace.github.io/" license=('APACHE') depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack' 'fftw') -makedepends=('cmake' 'python' 'python-setuptools' 'python-numpy') +makedepends=('cmake' 'python' 'python-setuptools' 'python-numpy' 'git') 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=('5a22f4f31ecea07c7d33671a07eaed72') +source=("git+https://github.com/neXyon/audaspace.git#commit=9b38605") +md5sums=('SKIP') build() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" mkdir build cd build @@ -30,7 +29,7 @@ } package() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" cd build
