summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Rubio2017-08-28 15:26:47 +0100
committerJuan A. Rubio2017-08-28 15:26:47 +0100
commit202e7591ca36169ec810d1cf3648b0837f7ceb67 (patch)
tree382b17ca40a5d08499b0bc8e78c3ff5eb80d423c
parent8802093e094eb1c5645c4b017dfb1ea8d5ac2b77 (diff)
downloadaur-202e7591ca36169ec810d1cf3648b0837f7ceb67.tar.gz
tizonia-all: updated 0.9.0 package to depend on python2-soundcloud-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4950919d02d2..e755a38af8dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tizonia-all
pkgdesc = Command-line cloud music player for Linux with Spotify, Google Play Music, YouTube, SoundCloud, and Dirble support
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.tizonia.org
arch = x86_64
license = LGPL
@@ -33,7 +33,7 @@ pkgbase = tizonia-all
depends = log4c
depends = libspotify
depends = python2-gmusicapi
- depends = python-soundcloud-git
+ depends = python2-soundcloud-git
depends = python2-youtube-dl-git
source = tizonia-openmax-il-0.9.0.tar.gz::https://github.com/tizonia/tizonia-openmax-il/archive/v0.9.0.tar.gz
md5sums = d6775a42f04c2808b9274827bf6b5879
diff --git a/PKGBUILD b/PKGBUILD
index 32b75e701e1c..08b9a8269a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Juan A. Rubio <jarubio2001@gmail.com>
+# Maintainer: juanrubio
_githubname=tizonia-openmax-il
pkgname=tizonia-all
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line cloud music player for Linux with Spotify, Google Play Music, YouTube, SoundCloud, and Dirble support"
arch=('x86_64')
url="https://www.tizonia.org"
@@ -40,7 +40,7 @@ depends=(
'log4c'
'libspotify'
'python2-gmusicapi'
- 'python-soundcloud-git'
+ 'python2-soundcloud-git'
'python2-youtube-dl-git'
)
source=("${_githubname}-${pkgver}.tar.gz"::"https://github.com/tizonia/${_githubname}/archive/v${pkgver}.tar.gz")