summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2018-08-17 23:19:46 +0800
committeraxionl2018-08-17 23:19:46 +0800
commit303c906c86481bd03d99fe580fe457ec69e22eb0 (patch)
treea059760181cd72443a116c9fcd72cd5434aec14a
parent2d64f448cd1a1ff90afa501870effba3367d0208 (diff)
downloadaur-303c906c86481bd03d99fe580fe457ec69e22eb0.tar.gz
[Fixed] netease-musicbox: add python-future as depends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af105f82eb4..7fadf9b3ed25 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.2.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/darknessomi/musicbox
install = netease-musicbox.install
arch = any
@@ -10,6 +10,7 @@ pkgbase = netease-musicbox
depends = mpg123
depends = python-pycryptodomex
depends = python-requests
+ depends = python-future
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = qt5-base: lyrics support
diff --git a/PKGBUILD b/PKGBUILD
index dce8fc87c5e9..79598a6bd214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=netease-musicbox
_gitname=musicbox
pkgver=0.2.5.3
-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')
+depends=('mpg123' 'python-pycryptodomex' 'python-requests' 'python-future')
makedepends=('python-setuptools')
optdepends=('aria2: music caching'
'libnotify: notifications'