summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--spotcommander.install14
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61e64e468ae1..83723e3a1837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotcommander
pkgdesc = The most intuitive and feature-rich remote control for Spotify for Linux.
- pkgver = 13.3
+ pkgver = 13.4
pkgrel = 1
url = http://www.olejon.net/code/spotcommander
install = spotcommander.install
@@ -16,9 +16,9 @@ pkgbase = spotcommander
depends = python2-xdg
depends = qt4
depends = xautomation
- optdepends = spotify
- source = http://www.olejon.net/code/spotcommander/files/spotcommander-13.3.tar.bz2
- md5sums = 9913ebed94b82b573c4332f9a9e9a5cb
+ optdepends = spotify-stable
+ source = http://www.olejon.net/code/spotcommander/files/spotcommander-13.4.tar.bz2
+ md5sums = 51786eab7e2ee32e74f19976fa4e4fbd
pkgname = spotcommander
diff --git a/PKGBUILD b/PKGBUILD
index f3aa4938b5ab..ea523b17b5cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Ole Jon Bjørkum <mail at olejon dot net>
pkgname=spotcommander
-pkgver=13.3
+pkgver=13.4
pkgrel=1
pkgdesc="The most intuitive and feature-rich remote control for Spotify for Linux."
arch=('any')
url="http://www.olejon.net/code/spotcommander"
license=('GPL3')
depends=('apache' 'inotify-tools' 'php' 'php-apache' 'php-sqlite' 'pulseaudio' 'pulseaudio-alsa' 'python2-xdg' 'qt4' 'xautomation')
-optdepends=('spotify')
+optdepends=('spotify-stable')
install=$pkgname.install
source=($url/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('9913ebed94b82b573c4332f9a9e9a5cb')
+md5sums=('51786eab7e2ee32e74f19976fa4e4fbd')
package()
{
diff --git a/spotcommander.install b/spotcommander.install
index 791227f33426..c821537bb90a 100644
--- a/spotcommander.install
+++ b/spotcommander.install
@@ -2,13 +2,13 @@ post_install()
{
echo "
- --------------------------------------------------------------
- | Installation complete! |
- | |
- | GO TO THIS WEB PAGE TO COMPLETE THE INSTALLATION: |
- | |
- | http://www.olejon.net/code/spotcommander/?install_from_aur |
- --------------------------------------------------------------
+ ---------------------------------------------------------------
+ | Installation complete! |
+ | |
+ | GO TO THIS WEB PAGE TO COMPLETE THE INSTALLATION: |
+ | |
+ | https://www.olejon.net/code/spotcommander/?install_from_aur |
+ ---------------------------------------------------------------
"
}