summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-12-13 23:57:49 +0800
committerlilac2021-12-13 23:57:49 +0800
commit7ac407f2dd0bee2410838700c4f9ec4d67af86d2 (patch)
tree6aa2277471c618aef99fab10d23df583325bd236
parent1b8588d5fe1b58b88f1f935efdb5a8478acdaa2a (diff)
downloadaur-7ac407f2dd0bee2410838700c4f9ec4d67af86d2.tar.gz
[lilac] updated to 0.3.1.r2.g60deb52-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cc64ac82851..136fe1a990c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netease-musicbox-git
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
- pkgver = 0.3.1.r1.gcd2874e
- pkgrel = 2
+ pkgver = 0.3.1.r2.g60deb52
+ pkgrel = 3
url = https://github.com/darknessomi/musicbox
arch = any
license = MIT
@@ -15,6 +15,7 @@ pkgbase = netease-musicbox-git
depends = python-fuzzywuzzy
depends = python-requests-cache
depends = python-importlib-metadata
+ depends = python-url-normalize
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = qt5-base: lyrics support
@@ -30,4 +31,3 @@ pkgbase = netease-musicbox-git
sha256sums = 40aaf7aea7939284b07c487929472fa9cc5a842ff5f0c1e474ac93e6de7aa64e
pkgname = netease-musicbox-git
-
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'