summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-01-08 12:18:46 +0800
committerlilac2022-01-08 12:18:46 +0800
commit01d03c3ea56291d3ce69a85e39805bfd9df7de86 (patch)
tree4d3eb7eefd82c6ce1fbcdd22b546422d31bfc7b2
parent7ac407f2dd0bee2410838700c4f9ec4d67af86d2 (diff)
downloadaur-01d03c3ea56291d3ce69a85e39805bfd9df7de86.tar.gz
[lilac] updated to 0.3.1.r3.ga0a6969-3
-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'