summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-12-13 23:57:49 +0800
committerlilac2021-12-13 23:57:49 +0800
commit7ac407f2dd0bee2410838700c4f9ec4d67af86d2 (patch)
tree6aa2277471c618aef99fab10d23df583325bd236 /PKGBUILD
parent1b8588d5fe1b58b88f1f935efdb5a8478acdaa2a (diff)
downloadaur-7ac407f2dd0bee2410838700c4f9ec4d67af86d2.tar.gz
[lilac] updated to 0.3.1.r2.g60deb52-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb66fc2a9b28..5650ded18d4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=netease-musicbox-git
_gitname=musicbox
-pkgver=0.3.1.r1.gcd2874e
-pkgrel=2
+pkgver=0.3.1.r2.g60deb52
+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')
+depends=('mpg123' 'python-pycryptodomex' 'python-requests' 'python-future'
+ 'python-fuzzywuzzy' 'python-requests-cache' 'python-importlib-metadata'
+ 'python-url-normalize')
makedepends=('python-setuptools' 'python-poetry' 'git')
optdepends=('aria2: music caching'
'libnotify: notifications'