summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-12-04 03:42:46 +0800
committerlilac2020-12-04 03:42:46 +0800
commit2c1e4884a97549a5dc28f4318f2cbf96c1f981bf (patch)
treebb960599076ba7e76f7a956956b4a89ee4fa162e
parent8cd6b09e5b42b0fd5f17fe977c579077243db6fb (diff)
downloadaur-2c1e4884a97549a5dc28f4318f2cbf96c1f981bf.tar.gz
[lilac] updated to r605.5aadfb6-4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--netease-musicbox-git.install10
3 files changed, 8 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a273b84842..1efef7ee838b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,23 @@
pkgbase = netease-musicbox-git
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
pkgver = r605.5aadfb6
- pkgrel = 2
+ pkgrel = 4
url = https://github.com/darknessomi/musicbox
- install = netease-musicbox-git.install
arch = any
license = MIT
makedepends = python-setuptools
makedepends = git
makedepends = python-dephell
depends = mpg123
- depends = python-pycryptodomex
- depends = python-requests
- depends = python-future
+ depends = python-fuzzywuzzy
depends = python-requests-cache
- depends = python-levenshtein
+ depends = python-pycryptodomex
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = qt5-base: lyrics support
optdepends = python-pyqt5: lyrics support
optdepends = python-dbus: lyrics support
+ optdepends = python-levenshtein: search support
provides = netease-musicbox
conflicts = netease-musicbox
source = musicbox::git+https://github.com/darknessomi/musicbox
diff --git a/PKGBUILD b/PKGBUILD
index bfb7d1c9005e..26ff28849970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@
pkgname=netease-musicbox-git
_gitname=musicbox
pkgver=r605.5aadfb6
-pkgrel=2
+pkgrel=4
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-requests-cache' 'python-levenshtein')
+depends=('mpg123' 'python-fuzzywuzzy' 'python-requests-cache' 'python-pycryptodomex')
makedepends=('python-setuptools' 'git' 'python-dephell')
optdepends=('aria2: music caching'
'libnotify: notifications'
'qt5-base: lyrics support'
'python-pyqt5: lyrics support'
- 'python-dbus: lyrics support')
+ 'python-dbus: lyrics support'
+ 'python-levenshtein: search support')
provides=('netease-musicbox')
conflicts=('netease-musicbox')
-install=${pkgname}.install
license=('MIT')
source=("${_gitname}::git+https://github.com/darknessomi/musicbox"
diff --git a/netease-musicbox-git.install b/netease-musicbox-git.install
deleted file mode 100644
index 2047feb9ffe9..000000000000
--- a/netease-musicbox-git.install
+++ /dev/null
@@ -1,10 +0,0 @@
-
-post_install() {
- echo "The binary is called: 'musicbox'"
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: