summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuan A. Rubio2018-04-30 12:21:04 +0100
committerJuan A. Rubio2018-04-30 12:21:04 +0100
commit487b4ce9f527f4fbb0d1b5d472589b381a7df6b1 (patch)
treef8b8bd2f6ceca25070d7718d4ac732c00e65a15e /PKGBUILD
parent51f4892a39675353aba9af0c41b711ee51a5f4ab (diff)
downloadaur-487b4ce9f527f4fbb0d1b5d472589b381a7df6b1.tar.gz
tizonia-all: updated 0.14.0 package to depend on python2-eventlet
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52cf97c37c2d..6241d479a36c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_githubname=tizonia-openmax-il
pkgname=tizonia-all
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
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"
@@ -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'
)
source=("${_githubname}-${pkgver}.tar.gz"::"https://github.com/tizonia/${_githubname}/archive/v${pkgver}.tar.gz")
md5sums=('34b6b663d54db7ee12595acfb0b8f391')