summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 136fe1a990c9..0f43b2fc0be3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netease-musicbox-git
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
- pkgver = 0.3.1.r2.g60deb52
+ pkgver = 0.3.1.r3.ga0a6969
pkgrel = 3
url = https://github.com/darknessomi/musicbox
arch = any
@@ -16,6 +16,8 @@ pkgbase = netease-musicbox-git
depends = python-requests-cache
depends = python-importlib-metadata
depends = python-url-normalize
+ depends = python-cattrs
+ depends = python-levenshtein
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = qt5-base: lyrics support
diff --git a/PKGBUILD b/PKGBUILD
index 5650ded18d4a..c0214464bbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=netease-musicbox-git
_gitname=musicbox
-pkgver=0.3.1.r2.g60deb52
+pkgver=0.3.1.r3.ga0a6969
pkgrel=3
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-importlib-metadata'
- 'python-url-normalize')
+ 'python-url-normalize' 'python-cattrs' 'python-levenshtein')
makedepends=('python-setuptools' 'python-poetry' 'git')
optdepends=('aria2: music caching'
'libnotify: notifications'