summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Yuan2016-02-04 23:48:50 +0100
committerKai Yuan2016-02-04 23:48:50 +0100
commit05ae897d21defef3a2abda71b2116c0926fa3880 (patch)
tree94010b024a1e34aac6a36220c780345b81e33b45
parent0580b383b6ce8f94a080002e5c4033dbfeb418c1 (diff)
downloadaur-05ae897d21defef3a2abda71b2116c0926fa3880.tar.gz
source in array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac5348a8e38..effb670a7968 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 = 3.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sk1418/zhuaxia
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 69b7c855b7e8..9ea6b896ab3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kai Yuan <kent.yuan @t gmail d@t com>
pkgname=zhuaxia
pkgver=3.0.5
-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"
@@ -11,7 +11,7 @@ depends=('python2-requests' 'mutagen' 'python2-beautifulsoup4' 'python2-setuptoo
conflicts=('python2-mutagen')
sha256sums=('SKIP')
sha512sums=('SKIP')
-source="$pkgname::git+http://github.com/sk1418/${pkgname%-*}.git"
+source=("$pkgname::git+http://github.com/sk1418/${pkgname%-*}.git")
package() {
cd ${pkgname}