summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Whetter2018-12-05 23:06:54 -0800
committerAshley Whetter2018-12-05 23:06:54 -0800
commit1055da1cfb0b26b79ea1c8add4e6807060ed8565 (patch)
tree71c73e19403f0b5c3048e4bcaac8707139f659de
parenta57fe9c7a72bbec5e6757e894586e9926a035b92 (diff)
downloadaur-1055da1cfb0b26b79ea1c8add4e6807060ed8565.tar.gz
Updated to version 1.0.94.262
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
-rw-r--r--spotify_i686 (renamed from spotify)0
-rw-r--r--spotify_x86_642
4 files changed, 17 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fcfeacd0fc5..cb28f4aa9616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify
pkgdesc = A proprietary music streaming service
- pkgver = 1.0.92.390
+ pkgver = 1.0.94.262
pkgrel = 1
url = http://www.spotify.com
arch = x86_64
@@ -22,15 +22,17 @@ pkgbase = spotify
optdepends = zenity: Adds support for importing local files
optdepends = libnotify: Desktop notifications
options = !strip
- source = spotify
+ source = spotify_x86_64
+ source = spotify_i686
source = spotify.protocol
source = LICENSE
+ sha256sums = 2a9f88dd80a542e0e9cfeea0b823d7cec54b67b42b402c5efee09d333a1820de
sha256sums = 989920e9360cadc1a8103b8c04acf0c87cb7911eb9a09dddb0cf4708d6249d34
sha256sums = af54f3b90cac46fa100b3f919a9225d10d847617d24aa9af3d832e7689f482c3
sha256sums = 4e8bea31ca27e16cac9c9dcd8f6ec27e1f82b45de86d6fee7a1e77e23f884b92
- source_x86_64 = http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.92.390.g2ce5ec7d-18_amd64.deb
+ source_x86_64 = http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.94.262.g3d5c231c-9_amd64.deb
depends_x86_64 = libcurl-gnutls
- sha256sums_x86_64 = 039443c918f44f853ef293b5804481b503ae5a5ec63e2bc670e7aecfb6c84f80
+ sha256sums_x86_64 = 92803d614da2fd4802f801d85da9cf786f34216bbfa6085d5791c3e8350b4f44
source_i686 = http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb
depends_i686 = libcurl-compat
sha256sums_i686 = f5ac29e8374901ce7401825d13471c03bcf6ec8106f8c210c710b0a8d7b22ca9
diff --git a/PKGBUILD b/PKGBUILD
index 7394649d6841..0eb50582565a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Eothred <yngve.levinsen@gmail.com>
pkgname=spotify
-pkgver=1.0.92.390
+pkgver=1.0.94.262
_i386_pkgver=1.0.72.117
-_anotherpkgver=.g2ce5ec7d
+_anotherpkgver=.g3d5c231c
_i386_anotherpkgver=.g6bd7cc73
-_amd64_pkgrel=18
+_amd64_pkgrel=9
_i386_pkgrel=35
pkgrel=1
pkgdesc="A proprietary music streaming service"
@@ -15,13 +15,15 @@ license=('custom:"Copyright (c) 2006-2010 Spotify Ltd"')
url="http://www.spotify.com"
options=('!strip')
-source=('spotify'
+source=('spotify_x86_64'
+'spotify_i686'
'spotify.protocol'
'LICENSE')
-sha256sums=('989920e9360cadc1a8103b8c04acf0c87cb7911eb9a09dddb0cf4708d6249d34'
+sha256sums=('2a9f88dd80a542e0e9cfeea0b823d7cec54b67b42b402c5efee09d333a1820de'
+ '989920e9360cadc1a8103b8c04acf0c87cb7911eb9a09dddb0cf4708d6249d34'
'af54f3b90cac46fa100b3f919a9225d10d847617d24aa9af3d832e7689f482c3'
'4e8bea31ca27e16cac9c9dcd8f6ec27e1f82b45de86d6fee7a1e77e23f884b92')
-sha256sums_x86_64=('039443c918f44f853ef293b5804481b503ae5a5ec63e2bc670e7aecfb6c84f80')
+sha256sums_x86_64=('92803d614da2fd4802f801d85da9cf786f34216bbfa6085d5791c3e8350b4f44')
sha256sums_i686=('f5ac29e8374901ce7401825d13471c03bcf6ec8106f8c210c710b0a8d7b22ca9')
source_x86_64=("http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_${pkgver}${_anotherpkgver}-${_amd64_pkgrel}_amd64.deb")
@@ -53,7 +55,7 @@ package() {
# Bin Script
rm "${pkgdir}"/usr/bin/spotify
- install -Dm755 "${srcdir}/spotify" "${pkgdir}/usr/bin/spotify"
+ install -Dm755 "${srcdir}/spotify_${CARCH}" "${pkgdir}/usr/bin/spotify"
# Copy protocol file for KDE
install -Dm644 "${srcdir}/spotify.protocol" "${pkgdir}/usr/share/kservices5/spotify.protocol"
diff --git a/spotify b/spotify_i686
index 66466e2ed01f..66466e2ed01f 100644
--- a/spotify
+++ b/spotify_i686
diff --git a/spotify_x86_64 b/spotify_x86_64
new file mode 100644
index 000000000000..8b67afba34c8
--- /dev/null
+++ b/spotify_x86_64
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/share/spotify/spotify "$@"