summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Yuan2021-09-04 00:43:23 +0200
committerKai Yuan2021-09-04 00:43:23 +0200
commit04dfbf571a0f337a2fa663778aed3ccc69616331 (patch)
tree05c3a5db3c76f4addef45d2d5202c578258ce547
parentc5bd190b18735702cf3268acf0b7bfb23b03bb2a (diff)
downloadaur-zhuaxia-git.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31da5822ddb6..309d0e2e0fd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = zhuaxia-git
pkgdesc = cli tool to download mp3 from xiami.com and music.163.com
pkgver = r337.7fdf574
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sk1418/zhuaxia/tree/bleeding
arch = any
license = MIT
makedepends = git
depends = python2-crypto
depends = python2-requests
- depends = mutagen
+ depends = python2-mutagen
depends = python2-beautifulsoup4
depends = python2-setuptools
- conflicts = python2-mutagen
source = zhuaxia-git::git+http://github.com/sk1418/zhuaxia.git#branch=bleeding
sha256sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a330ed08e5b3..dbc17db94af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Kai Yuan <kent.yuan @t gmail d@t com>
pkgname=zhuaxia-git
pkgver=r337.7fdf574
-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/tree/bleeding"
license=('MIT')
makedepends=('git')
-depends=('python2-crypto' 'python2-requests' 'mutagen' 'python2-beautifulsoup4' 'python2-setuptools')
-conflicts=('python2-mutagen')
+depends=('python2-crypto' 'python2-requests' 'python2-mutagen' 'python2-beautifulsoup4' 'python2-setuptools')
sha256sums=('SKIP')
sha512sums=('SKIP')
source=("$pkgname::git+http://github.com/sk1418/${pkgname%-*}.git#branch=bleeding")