summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPival812016-09-02 17:33:56 +0200
committerPival812016-09-02 17:33:56 +0200
commit1034f3ceb1eec7d294ecef874b4bdfcd3b635af4 (patch)
treedb0a0364b7acc9ff17f316d4085daee62bf71555
parent9abc0f4a56c25ba177b99d3d6ce00f710b7247bd (diff)
downloadaur-1034f3ceb1eec7d294ecef874b4bdfcd3b635af4.tar.gz
yet another commit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1578c3c4b30..5f68277a5a5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 2 15:22:51 UTC 2016
+# Fri Sep 2 15:33:56 UTC 2016
pkgbase = spotio
pkgdesc = A proof-of-concept Rdio-inspired skin for Spotify.
pkgver = 1.0.2_1.0.37.152.gc83ea995.42
@@ -22,6 +22,10 @@ pkgbase = spotio
depends = rtmpdump
optdepends = ffmpeg0.10: Adds support for playback of local files
optdepends = zenity: Adds support for importing local files
+ provides = spotify
+ conflicts = spotify
+ conflicts = spotify-legacy
+ conflicts = spotify094
options = !strip
options = !upx
source = spotify
diff --git a/PKGBUILD b/PKGBUILD
index eaf46b7ab680..e9f8df111446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,9 @@ license=('MIT')
url="http://spotio.devinhalladay.com/"
options=('!strip' '!upx')
+provides=('spotify')
+conflicts=('spotify' 'spotify-legacy' 'spotify094')
+
source=('spotify'
'spotify.protocol'
'spotio.zip::https://github.com/devinhalladay/spotio/archive/master.zip')