diff options
Diffstat (limited to 'testing/py-pyacoustid')
-rw-r--r-- | testing/py-pyacoustid/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pyacoustid/APKBUILD b/testing/py-pyacoustid/APKBUILD index 8695ec6d6c..4ebc19574c 100644 --- a/testing/py-pyacoustid/APKBUILD +++ b/testing/py-pyacoustid/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=py-pyacoustid pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API" url="https://github.com/sampsyo/pyacoustid" arch="noarch" license="MIT" -depends="python chromaprint" +depends="python chromaprint py-requests py-audioread" depends_dev="" makedepends="python-dev py-setuptools" install="" |