summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Rubio2019-03-16 17:36:57 +0000
committerJuan A. Rubio2019-03-16 17:36:57 +0000
commit4d84adc4d14e45735063ca6c6c7aeef173e0c05e (patch)
tree741e1af99988e0c81e7222154183f45e5e7e22d5
parent0b039e6de711c80e0a71c4933c176eec5abf2777 (diff)
downloadaur-4d84adc4d14e45735063ca6c6c7aeef173e0c05e.tar.gz
tizonia-all: updated to track 0.18.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df836738f837..4909f7002760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tizonia-all
- 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.17.0
+ pkgdesc = Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, Dirble Internet Radio, Plex servers and Chromecast devices.
+ pkgver = 0.18.0
pkgrel = 1
url = https://www.tizonia.org
arch = x86_64
@@ -40,8 +40,8 @@ pkgbase = tizonia-all
depends = python2-fuzzywuzzy
depends = python2-eventlet
depends = python2-spotipy
- source = tizonia-openmax-il-0.17.0.tar.gz::https://github.com/tizonia/tizonia-openmax-il/archive/v0.17.0.tar.gz
- md5sums = 8af6ed385f96c76afa99e63d921d0cac
+ source = tizonia-openmax-il-0.18.0.tar.gz::https://github.com/tizonia/tizonia-openmax-il/archive/v0.18.0.tar.gz
+ md5sums = e19ac6aa36a228fe9c80f21a68dd0d33
pkgname = tizonia-all
diff --git a/PKGBUILD b/PKGBUILD
index df871d3bc8cb..f4feea0b3cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_githubname=tizonia-openmax-il
pkgname=tizonia-all
-pkgver=0.17.0
+pkgver=0.18.0
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."
+pkgdesc="Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, Dirble Internet Radio, Plex servers and Chromecast devices."
arch=('x86_64')
url="https://www.tizonia.org"
license=('LGPL')
@@ -49,7 +49,7 @@ depends=(
'python2-spotipy'
)
source=("${_githubname}-${pkgver}.tar.gz"::"https://github.com/tizonia/${_githubname}/archive/v${pkgver}.tar.gz")
-md5sums=('8af6ed385f96c76afa99e63d921d0cac')
+md5sums=('e19ac6aa36a228fe9c80f21a68dd0d33')
prepare() {
command -v tizonia &> /dev/null \