summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Rubio2018-09-14 10:56:24 +0100
committerJuan A. Rubio2018-09-14 10:56:24 +0100
commit3d05f83ebcaaa3f5945a3f999ba1ec037b1448fe (patch)
tree2dc1656c5461549d614f9885933a76b6a97d0c0b
parent6c1ff69c92786998bb1744793c4feefa46cfe5b5 (diff)
downloadaur-3d05f83ebcaaa3f5945a3f999ba1ec037b1448fe.tar.gz
tizonia-all-git: updated to track 0.15.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47f666e3e7e6..c7434ecd4699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tizonia-all-git
pkgdesc = Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, Dirble, Plex servers and Chromecast devices.
- pkgver = 0.14.0.r13.gc848d47b
+ pkgver = 0.15.0.r14.g04d8634e
pkgrel = 1
url = https://www.tizonia.org
arch = x86_64
@@ -38,6 +38,8 @@ pkgbase = tizonia-all-git
depends = python2-pychromecast-git
depends = python-plexapi
depends = python2-fuzzywuzzy
+ depends = python2-eventlet
+ depends = python2-spotipy
provides = tizonia-all
conflicts = tizonia-all
source = tizonia-all-git::git+https://github.com/tizonia/tizonia-openmax-il.git
diff --git a/PKGBUILD b/PKGBUILD
index ed63f8a8ec36..342db5186e4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_githubname=tizonia-openmax-il
pkgname=tizonia-all-git
-pkgver=0.14.0.r13.gc848d47b
+pkgver=0.15.0.r14.g04d8634e
pkgrel=1
pkgdesc="Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, Dirble, Plex servers and Chromecast devices."
arch=('x86_64')
@@ -45,6 +45,8 @@ depends=(
'python2-pychromecast-git'
'python-plexapi'
'python2-fuzzywuzzy'
+ 'python2-eventlet'
+ 'python2-spotipy'
)
provides=('tizonia-all')
conflicts=('tizonia-all')