summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan A. Rubio2019-01-19 19:54:55 +0000
committerJuan A. Rubio2019-01-19 19:54:55 +0000
commit69d2e3718b24af7b04330da13f0b5105f262b122 (patch)
treec70b866ca6ac8312db6903b7f06d177d10b183ee
parent815df4413dde7e3a0e78cce3bbaa2e529f82c995 (diff)
downloadaur-69d2e3718b24af7b04330da13f0b5105f262b122.tar.gz
tizonia-all-git: updated to track 0.17.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6401f8fd977..7266ed46adac 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.16.0.r0.g561d1aad
+ pkgver = 0.17.0.r3.gf55b8759
pkgrel = 1
url = https://www.tizonia.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 49ded8ea0010..ce855029dd5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_githubname=tizonia-openmax-il
pkgname=tizonia-all-git
-pkgver=0.16.0.r0.g561d1aad
+pkgver=0.17.0.r3.gf55b8759
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')
@@ -62,6 +62,11 @@ pkgver() {
}
prepare() {
+ command -v tizonia &> /dev/null \
+ && { \
+ echo >&2 "Please uninstall tizonia-all or tizonia-all-git before proceeding." ; \
+ echo >&2 "See https://github.com/tizonia/tizonia-openmax-il/issues/485." ; \
+ exit 1; }
mkdir -p "$srcdir/path"
# Tizonia expects Python 2
ln -sf /usr/bin/python2 "$srcdir/path/python"