diff options
author | Bjoern Franke | 2025-02-13 23:22:17 +0100 |
---|---|---|
committer | Bjoern Franke | 2025-02-13 23:22:17 +0100 |
commit | 0d8de6ed6a2fbecf81d4672a85c7cc46ef9d8e35 (patch) | |
tree | 0d198510f37208437504857516cb3fb90c824a69 /PKGBUILD | |
parent | 50d54638fb4cf7fa8b88be0a1ade6f2444335613 (diff) | |
download | aur-0d8de6ed6a2fbecf81d4672a85c7cc46ef9d8e35.tar.gz |
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,12 +6,12 @@ pkgname=python-mopidy-tidal _pkg=mopidy_tidal pkgver=0.3.9 -pkgrel=1 +pkgrel=2 pkgdesc='Tidal music service integration' arch=('any') url=https://github.com/tehkillerbee/mopidy-tidal license=('Apache') -depends=('mopidy' 'python-pykka' 'python-tidalapi' 'python-requests' 'python-ratelimit') +depends=('mopidy' 'python-pykka' 'python-tidalapi' 'python-requests' 'python-ratelimit' 'python-mpegdash') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-poetry-core') checkdepends=('python-pytest' 'python-pytest-mock') source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/m/$_pkg/$_pkg-$pkgver.tar.gz") |