summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2021-01-26 17:21:40 +0800
committeraxionl2021-01-26 17:21:40 +0800
commit95f9a3ec9079c4e3e8c8ecc655765fc038938518 (patch)
tree9bfad6bfe7ae25747758e74c41ebf4327f550897
parent184c9be7de83582600763970751c932371dbbe06 (diff)
downloadaur-95f9a3ec9079c4e3e8c8ecc655765fc038938518.tar.gz
[Fixed] netease-musicbox: add python-importlib-metadata as depend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 583a7187bd2a..f8b34b84bf88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netease-musicbox
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/darknessomi/musicbox
arch = any
license = MIT
@@ -13,6 +13,7 @@ pkgbase = netease-musicbox
depends = python-future
depends = python-fuzzywuzzy
depends = python-requests-cache
+ depends = python-importlib-metadata
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = qt5-base: lyrics support
diff --git a/PKGBUILD b/PKGBUILD
index d6f655b1ec66..1883cb1ca52b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=netease-musicbox
_gitname=musicbox
_pyname=NetEase-MusicBox
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A sexy command line interface musicbox for NetEase based on Python"
arch=(any)
url="https://github.com/darknessomi/musicbox"
depends=('mpg123' 'python-pycryptodomex' 'python-requests' 'python-future'
- 'python-fuzzywuzzy' 'python-requests-cache' )
+ 'python-fuzzywuzzy' 'python-requests-cache' 'python-importlib-metadata')
makedepends=('python-setuptools' 'python-poetry')
optdepends=('aria2: music caching'
'libnotify: notifications'