diff --git a/mingw-w64-python-pesq/PKGBUILD b/mingw-w64-python-pesq/PKGBUILD index 860fe37b6c..dbd81f98e1 100644 --- a/mingw-w64-python-pesq/PKGBUILD +++ b/mingw-w64-python-pesq/PKGBUILD @@ -4,19 +4,21 @@ _realname=pesq pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=0.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='PESQ (Perceptual Evaluation of Speech Quality) Wrapper for Python Users (narrow band and wide band) (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64') url="https://github.com/ludlows/python-pesq" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python-numpy") -makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython") +makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" + "${MINGW_PACKAGE_PREFIX}-python-pytest-runner" + "${MINGW_PACKAGE_PREFIX}-cython") options=('!emptydirs') source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname//-/_}-${pkgver}.tar.gz") sha256sums=('a33efaca4dfaaaca73d714adf954bd5cb7b2c9a27cfb64909e41053aa2a35c3c') -prepare() { +prepare() { cd "$srcdir" rm -rf python-build-${CARCH} | true cp -r "${_realname}-${pkgver}" "python-build-${CARCH}"