summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKai Yuan2021-09-04 00:43:23 +0200
committerKai Yuan2021-09-04 00:43:23 +0200
commit04dfbf571a0f337a2fa663778aed3ccc69616331 (patch)
tree05c3a5db3c76f4addef45d2d5202c578258ce547 /PKGBUILD
parentc5bd190b18735702cf3268acf0b7bfb23b03bb2a (diff)
downloadaur-04dfbf571a0f337a2fa663778aed3ccc69616331.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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")