summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Rubio2017-10-22 14:04:35 +0100
committerJuan A. Rubio2017-10-22 14:04:35 +0100
commit71249e80b665d8269d0ff9ed2eac12816bdceac3 (patch)
treea6afcbf6f72b4225b194ac7be87609a1b4ec1949
parent202e7591ca36169ec810d1cf3648b0837f7ceb67 (diff)
downloadaur-71249e80b665d8269d0ff9ed2eac12816bdceac3.tar.gz
tizonia-all: updated to track 0.10.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e755a38af8dc..587bb641b4b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tizonia-all
pkgdesc = Command-line cloud music player for Linux with Spotify, Google Play Music, YouTube, SoundCloud, and Dirble support
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://www.tizonia.org
arch = x86_64
license = LGPL
@@ -35,8 +35,9 @@ pkgbase = tizonia-all
depends = python2-gmusicapi
depends = python2-soundcloud-git
depends = python2-youtube-dl-git
- source = tizonia-openmax-il-0.9.0.tar.gz::https://github.com/tizonia/tizonia-openmax-il/archive/v0.9.0.tar.gz
- md5sums = d6775a42f04c2808b9274827bf6b5879
+ depends = python2-pychromecast-git
+ source = tizonia-openmax-il-0.10.0.tar.gz::https://github.com/tizonia/tizonia-openmax-il/archive/v0.10.0.tar.gz
+ md5sums = d26f2e50f8c7bd3b8dbbc7b26a82c594
pkgname = tizonia-all
diff --git a/PKGBUILD b/PKGBUILD
index 08b9a8269a8b..9f68c767eac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_githubname=tizonia-openmax-il
pkgname=tizonia-all
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc="Command-line cloud music player for Linux with Spotify, Google Play Music, YouTube, SoundCloud, and Dirble support"
arch=('x86_64')
url="https://www.tizonia.org"
@@ -42,9 +42,10 @@ depends=(
'python2-gmusicapi'
'python2-soundcloud-git'
'python2-youtube-dl-git'
+ 'python2-pychromecast-git'
)
source=("${_githubname}-${pkgver}.tar.gz"::"https://github.com/tizonia/${_githubname}/archive/v${pkgver}.tar.gz")
-md5sums=('d6775a42f04c2808b9274827bf6b5879')
+md5sums=('d26f2e50f8c7bd3b8dbbc7b26a82c594')
prepare() {
mkdir -p "$srcdir/path"