summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Yuan2015-08-11 21:59:01 +0200
committerKai Yuan2015-08-11 21:59:01 +0200
commit2d2fc98175914112d799f2229f1f2463ecb1d7a2 (patch)
treed18bca790582dd61a804d8488323a3c31ed2c01a
parent36da4f6918e45422abcd726936020684dab4cdf0 (diff)
downloadaur-2d2fc98175914112d799f2229f1f2463ecb1d7a2.tar.gz
update
-rw-r--r--.AURINFO16
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 18 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index d93e27adb8ce..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,16 +0,0 @@
-pkgbase = zhuaxia
- pkgdesc = cli tool to download mp3 from xiami.com and music.163.com
- pkgver = 2.4.1
- pkgrel = 1
- url = https://github.com/sk1418/zhuaxia
- arch = any
- license = MIT
- makedepends = git
- depends = python2-requests
- depends = python2-mutagen
- depends = python2-beautifulsoup4
- depends = python2-setuptools
- source = zhuaxia::git+http://github.com/sk1418/zhuaxia.git
-
-pkgname = zhuaxia
-
diff --git a/.SRCINFO b/.SRCINFO
index fcf968e81a11..594aeb3cc88f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zhuaxia
pkgdesc = cli tool to download mp3 from xiami.com and music.163.com
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sk1418/zhuaxia
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = zhuaxia
depends = 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 f909ca0caf3c..b251fc4c1b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kai Yuan <kent.yuan @t gmail d@t com>
pkgname=zhuaxia
pkgver=2.5.0
-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"