summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchenjunyu192018-09-15 11:08:28 +0800
committerchenjunyu192018-09-15 11:08:28 +0800
commit79b5a44d369bde9b13a874973901ea6e7eb04813 (patch)
tree6e40755b642188a58475cec90f009411a97f28de
parent46246d8ecf7f279c4cd3d23272506d7a4769b269 (diff)
downloadaur-79b5a44d369bde9b13a874973901ea6e7eb04813.tar.gz
update to r25.5204896-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6197ec714143..8dd00de9a48e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netease-cloud-music-dl-git
pkgdesc = Netease cloud music song downloader, with full ID3 metadata, eg: front cover image, artist name, album name, song title and so on.
- pkgver = r22.2849de3
+ pkgver = r25.5204896
pkgrel = 1
url = https://github.com/codezjx/netease-cloud-music-dl
arch = any
@@ -9,7 +9,7 @@ pkgbase = netease-cloud-music-dl-git
makedepends = python-setuptools
depends = python
depends = python-requests>=2.17.3
- depends = python-crypto>=2.6.1
+ depends = python-pycryptodomex
depends = python-mutagen>=1.38.0
depends = python-pillow>=4.3.0
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index bef3f4c41e6a..1dfe16013b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: chenjunyu19 <1335546814@qq.com>
pkgname=netease-cloud-music-dl-git
-pkgver=r22.2849de3
+pkgver=r25.5204896
pkgrel=1
pkgdesc="Netease cloud music song downloader, with full ID3 metadata, eg: front cover image, artist name, album name, song title and so on."
arch=('any')
url="https://github.com/codezjx/netease-cloud-music-dl"
license=('MIT')
-depends=('python' 'python-requests>=2.17.3' 'python-crypto>=2.6.1' 'python-mutagen>=1.38.0' 'python-pillow>=4.3.0')
+depends=('python' 'python-requests>=2.17.3' 'python-pycryptodomex' 'python-mutagen>=1.38.0' 'python-pillow>=4.3.0')
makedepends=('git' 'python-setuptools')
options=(!emptydirs)
source=("git+https://github.com/codezjx/netease-cloud-music-dl.git")