summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Rubio2018-04-30 12:24:01 +0100
committerJuan A. Rubio2018-04-30 12:24:01 +0100
commit6c1ff69c92786998bb1744793c4feefa46cfe5b5 (patch)
tree229cc44bdac3d46115842c825fb1fe46d1a58832
parent6ee0d911dbec48060d341c7f1a2898f51ed4e7c5 (diff)
downloadaur-6c1ff69c92786998bb1744793c4feefa46cfe5b5.tar.gz
tizonia-all-git: updated package to depend on python2-eventlet
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f7364a594f..47f666e3e7e6 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.r10.gf63431bd
+ pkgver = 0.14.0.r13.gc848d47b
pkgrel = 1
url = https://www.tizonia.org
arch = x86_64
@@ -29,6 +29,7 @@ pkgbase = tizonia-all-git
depends = boost
depends = check
depends = python2-pafy
+ depends = python2-eventlet
depends = log4c
depends = libspotify
depends = python2-gmusicapi
@@ -37,7 +38,6 @@ pkgbase = tizonia-all-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 b2f79819f384..ed63f8a8ec36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_githubname=tizonia-openmax-il
pkgname=tizonia-all-git
-pkgver=0.14.0.r10.gf63431bd
+pkgver=0.14.0.r13.gc848d47b
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')
@@ -34,6 +34,7 @@ depends=(
'boost'
'check'
'python2-pafy'
+ 'python2-eventlet'
# AUR:
'log4c'
@@ -44,7 +45,6 @@ depends=(
'python2-pychromecast-git'
'python-plexapi'
'python2-fuzzywuzzy'
- 'python2-eventlet-git'
)
provides=('tizonia-all')
conflicts=('tizonia-all')