summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCastor2023-07-08 11:20:23 +0545
committerCastor2023-07-08 11:20:23 +0545
commit259883ad28d620f8b1eea537a50b985fb96eccc9 (patch)
tree6b1823513f7c1be43587cb2b7c99fbf3f976f4ab
parent72730f336e8f7a125f2d9a4af98cc8cc5650c6cf (diff)
downloadaur-259883ad28d620f8b1eea537a50b985fb96eccc9.tar.gz
Updated the dependencies list
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d73310ff6108..9a50102f7b16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = onthespot-git
depends = python-pyxdg
depends = python-librespot
depends = python-music-tag
+ depends = python-mutagen
provides = onthespot
conflicts = onthespot
source = https://github.com/casualsnek/onthespot/archive/refs/heads/main.zip
diff --git a/PKGBUILD b/PKGBUILD
index 67fc323f245e..58ba9e25bbda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Qt based music downloader written in python."
arch=('any')
url="https://github.com/casualsnek/onthespot"
license=('GPLv2')
-depends=('ffmpeg' 'python-requests' 'python-pyqt5' 'python-pillow' 'python-show-in-file-manager' 'python-certifi' 'python-pyxdg' 'python-librespot' 'python-music-tag')
+depends=('ffmpeg' 'python-requests' 'python-pyqt5' 'python-pillow' 'python-show-in-file-manager' 'python-certifi' 'python-pyxdg' 'python-librespot' 'python-music-tag' 'python-mutagen')
conflicts=('onthespot')
provides=('onthespot')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')