summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-10-26 06:57:17 +0800
committerlilac2020-10-26 06:57:17 +0800
commit8cd6b09e5b42b0fd5f17fe977c579077243db6fb (patch)
tree6f6289de38bd8507803fdfe999fc45923fc442fd
parente4390ec2a894106d2f3c2dc88118d16c0a3596f1 (diff)
downloadaur-8cd6b09e5b42b0fd5f17fe977c579077243db6fb.tar.gz
[lilac] updated to r605.5aadfb6-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bfdbcf05e9f..43a273b84842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = netease-musicbox-git
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
- pkgver = r592.d09e2f0
- pkgrel = 1
+ pkgver = r605.5aadfb6
+ pkgrel = 2
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-requests-cache
+ depends = python-levenshtein
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = qt5-base: lyrics support
@@ -21,10 +23,10 @@ pkgbase = netease-musicbox-git
provides = netease-musicbox
conflicts = netease-musicbox
source = musicbox::git+https://github.com/darknessomi/musicbox
- source = LICENSE::https://raw.githubusercontent.com/darknessomi/musicbox/master/LICENSE.txt
+ source = LICENSE::https://raw.githubusercontent.com/darknessomi/musicbox/master/LICENSE
source = 0001-Replace_pyqt4_to_pyqt5_as_depends.patch
sha256sums = SKIP
- sha256sums = e6ce649439eace57267c94e651e38370582f883e6341b3203e951b9497433641
+ sha256sums = 40aaf7aea7939284b07c487929472fa9cc5a842ff5f0c1e474ac93e6de7aa64e
sha256sums = 485d7a1e900da50a4d6d055131ebc3b2072cf5760d9e27cd266ff373aedb6d46
pkgname = netease-musicbox-git
diff --git a/PKGBUILD b/PKGBUILD
index 9cf7d586b59f..bfb7d1c9005e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=netease-musicbox-git
_gitname=musicbox
-pkgver=r592.d09e2f0
-pkgrel=1
+pkgver=r605.5aadfb6
+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' 'python-future' 'python-requests-cache')
-makedepends=('python-setuptools' 'git')
+depends=('mpg123' 'python-pycryptodomex' 'python-requests' 'python-future' 'python-requests-cache' 'python-levenshtein')
+makedepends=('python-setuptools' 'git' 'python-dephell')
optdepends=('aria2: music caching'
'libnotify: notifications'
'qt5-base: lyrics support'
@@ -21,11 +21,11 @@ install=${pkgname}.install
license=('MIT')
source=("${_gitname}::git+https://github.com/darknessomi/musicbox"
- "LICENSE::https://raw.githubusercontent.com/darknessomi/musicbox/master/LICENSE.txt"
+ "LICENSE::https://raw.githubusercontent.com/darknessomi/musicbox/master/LICENSE"
"0001-Replace_pyqt4_to_pyqt5_as_depends.patch")
sha256sums=('SKIP'
- 'e6ce649439eace57267c94e651e38370582f883e6341b3203e951b9497433641'
+ '40aaf7aea7939284b07c487929472fa9cc5a842ff5f0c1e474ac93e6de7aa64e'
'485d7a1e900da50a4d6d055131ebc3b2072cf5760d9e27cd266ff373aedb6d46')
pkgver() {
@@ -36,6 +36,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${_gitname}"
patch -Np1 -i "${srcdir}/0001-Replace_pyqt4_to_pyqt5_as_depends.patch"
+ dephell deps convert --from pyproject.toml --to setup.py
}
package() {