summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Yuan2021-09-04 00:44:52 +0200
committerKai Yuan2021-09-04 00:44:52 +0200
commited38633e1496d2a99211e342a9cf90ae2df0addf (patch)
treee72b321dbae37bf103da3764850c4f08c1e01395
parentea5df554843dae2b4a41d3dedef16a80d8abc551 (diff)
downloadaur-ed38633e1496d2a99211e342a9cf90ae2df0addf.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4670445a22ba..a2d4dfa93a4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,9 @@ pkgbase = zhuaxia
makedepends = git
depends = python2-requests
depends = python2-crypto
- depends = mutagen
+ depends = python2-mutagen
depends = python2-beautifulsoup4
depends = python2-setuptools
- conflicts = python2-mutagen
source = zhuaxia::git+http://github.com/sk1418/zhuaxia.git
sha256sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 04a2c8e68811..f39fc6a9f6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Kai Yuan <kent.yuan @t gmail d@t com>
pkgname=zhuaxia
pkgver=3.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="cli tool to download mp3 from xiami.com and music.163.com"
arch=('any')
url="https://github.com/sk1418/zhuaxia"
license=('MIT')
makedepends=('git')
-depends=('python2-requests' 'python2-crypto' 'mutagen' 'python2-beautifulsoup4' 'python2-setuptools')
-conflicts=('python2-mutagen')
+depends=('python2-requests' 'python2-crypto' 'python2-mutagen' 'python2-beautifulsoup4' 'python2-setuptools')
sha256sums=('SKIP')
sha512sums=('SKIP')
source=("$pkgname::git+http://github.com/sk1418/${pkgname%-*}.git")