summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Rubio2018-04-24 21:11:20 +0100
committerJuan A. Rubio2018-04-24 21:11:20 +0100
commit6ee0d911dbec48060d341c7f1a2898f51ed4e7c5 (patch)
treecdfb60ba86e11d6b972819da87f216ef1233ee19
parent2e19af58bdd578db7cef5ed0d87538bfc5960d89 (diff)
downloadaur-6ee0d911dbec48060d341c7f1a2898f51ed4e7c5.tar.gz
tizonia-all-git: updated to track 0.14.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a3b63b0c728..14f7364a594f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tizonia-all-git
- pkgdesc = Command-line cloud music player for Linux with Spotify, Google Play Music, YouTube, SoundCloud, Dirble and Chromecast support.
- pkgver = 0.12.0.r16.gf31e4802
+ 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.r10.gf63431bd
pkgrel = 1
url = https://www.tizonia.org
arch = x86_64
@@ -35,6 +35,9 @@ pkgbase = tizonia-all-git
depends = python2-soundcloud-git
depends = python2-youtube-dl-git
depends = python2-pychromecast-git
+ depends = python-plexapi
+ depends = python2-fuzzywuzzy
+ depends = python2-eventlet-git
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 6adc26e5dca5..b2f79819f384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_githubname=tizonia-openmax-il
pkgname=tizonia-all-git
-pkgver=0.12.0.r16.gf31e4802
+pkgver=0.14.0.r10.gf63431bd
pkgrel=1
-pkgdesc="Command-line cloud music player for Linux with Spotify, Google Play Music, YouTube, SoundCloud, Dirble and Chromecast support."
+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')
url="https://www.tizonia.org"
license=('LGPL')
@@ -42,6 +42,9 @@ depends=(
'python2-soundcloud-git'
'python2-youtube-dl-git'
'python2-pychromecast-git'
+ 'python-plexapi'
+ 'python2-fuzzywuzzy'
+ 'python2-eventlet-git'
)
provides=('tizonia-all')
conflicts=('tizonia-all')