summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Whetter2015-11-02 22:19:06 +0000
committerAshley Whetter2015-11-02 22:19:06 +0000
commita11184dfa03f0028a25079d960c7f0a504faaaa0 (patch)
treee41a84a44fc28787495cd3b9a5a1c9f7daa7f83f
parent4ec6e388c728b98fb70426acfb415597ca7b4a38 (diff)
downloadaur-a11184dfa03f0028a25079d960c7f0a504faaaa0.tar.gz
Added zenity as an optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab96fa0c8295..eb1efc008f72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify
pkgdesc = A proprietary music streaming service
pkgver = 1.0.17.75
- pkgrel = 1
+ pkgrel = 2
url = http://www.spotify.com
arch = x86_64
arch = i686
@@ -18,6 +18,7 @@ pkgbase = spotify
depends = libcurl-compat
optdepends = desktop-file-utils: Adds URI support to compatible desktop environments
optdepends = ffmpeg-compat: Adds support for playback of local files
+ optdepends = zenity: Adds support for importing local files
options = !strip
source = spotify
source = spotify.protocol
diff --git a/PKGBUILD b/PKGBUILD
index 1b9a635c4181..4684fdde9ee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=spotify
pkgver=1.0.17.75
_anotherpkgver=.g8f111100
-pkgrel=1
+pkgrel=2
pkgdesc="A proprietary music streaming service"
arch=('x86_64' 'i686')
license=('custom:"Copyright (c) 2006-2010 Spotify Ltd"')
@@ -25,6 +25,7 @@ md5sums_i686=('843743f3706aeb65a122625c1183c859')
depends=("alsa-lib>=1.0.14" "gconf" "gtk2" "glib2" "nss" "libsystemd" "libxtst" "libx11" "libxss" "libcurl-compat")
optdepends=('desktop-file-utils: Adds URI support to compatible desktop environments'
'ffmpeg-compat: Adds support for playback of local files'
+ 'zenity: Adds support for importing local files'
)
package() {