summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2025-02-13 23:22:17 +0100
committerBjoern Franke2025-02-13 23:22:17 +0100
commit0d8de6ed6a2fbecf81d4672a85c7cc46ef9d8e35 (patch)
tree0d198510f37208437504857516cb3fb90c824a69 /PKGBUILD
parent50d54638fb4cf7fa8b88be0a1ade6f2444335613 (diff)
downloadaur-0d8de6ed6a2fbecf81d4672a85c7cc46ef9d8e35.tar.gz
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68f1336ff4e1..0b6162ebf807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")