summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshley Whetter2018-03-25 21:46:28 -0700
committerAshley Whetter2018-03-25 21:46:28 -0700
commit2efe37edd1ad57429eda49091859f92ae8c1ded6 (patch)
tree2a7880373baa15720feb34d8df326648236d6397 /PKGBUILD
parentdda96cbd6bf5597b2033c02057cb239e2f0cb92c (diff)
downloadaur-2efe37edd1ad57429eda49091859f92ae8c1ded6.tar.gz
Swapped libcurl-compat dependency with libcurl-gnutls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 003c5839ef70..bbb3364cca57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _anotherpkgver=.g0d3547d9
_i386_anotherpkgver=.g6bd7cc73
_amd64_pkgrel=38
_i386_pkgrel=35
-pkgrel=1
+pkgrel=2
pkgdesc="A proprietary music streaming service"
arch=('x86_64' 'i686')
license=('custom:"Copyright (c) 2006-2010 Spotify Ltd"')
@@ -28,7 +28,9 @@ source_x86_64=("http://repository.spotify.com/pool/non-free/s/spotify-client/spo
source_i686=("http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_${_i386_pkgver}${_i386_anotherpkgver}-${_i386_pkgrel}_i386.deb")
-depends=("alsa-lib>=1.0.14" "gconf" "gtk2" "glib2" "nss" "libsystemd" "libxtst" "libx11" "libxss" "openssl-1.0" "libcurl-compat" "desktop-file-utils" "rtmpdump")
+depends=("alsa-lib>=1.0.14" "gconf" "gtk2" "glib2" "nss" "libsystemd" "libxtst" "libx11" "libxss" "openssl-1.0" "desktop-file-utils" "rtmpdump")
+depends_x86_64=('libcurl-gnutls')
+depends_i686=('libcurl-compat')
optdepends=('ffmpeg-compat-54: Adds support for playback of local files'
'zenity: Adds support for importing local files'
'libnotify: Desktop notifications'