spotify: update to 1.0.80 (#178)
This commit is contained in:
parent
00b360910d
commit
c857287187
1 changed files with 4 additions and 10 deletions
|
@ -1,24 +1,18 @@
|
||||||
# Template file for 'spotify'
|
# Template file for 'spotify'
|
||||||
pkgname=spotify
|
pkgname=spotify
|
||||||
version=1.0.72
|
version=1.0.80
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Proprietary music streaming client"
|
short_desc="Proprietary music streaming client"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
homepage="https://www.spotify.com"
|
homepage="https://www.spotify.com"
|
||||||
license="Proprietary"
|
license="Proprietary"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
only_for_archs="x86_64 i686"
|
only_for_archs="x86_64"
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
depends="binutils gtk+ nss GConf libXScrnSaver libatomic"
|
depends="binutils gtk+ nss GConf libXScrnSaver libatomic"
|
||||||
|
_sversion=".480.g51b03ac3-13_amd64"
|
||||||
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
|
_schecksum=e32f4816ae79dbfa0c14086e76df3bc83d526402aac1dbba534127fc00fe50ea
|
||||||
_sversion=".117.g6bd7cc73-35_amd64"
|
|
||||||
_schecksum=5749c853479a6559b8642a531ba357e40d3c95116314e74e31197569dee62c7a
|
|
||||||
else
|
|
||||||
_sversion=".117.g6bd7cc73-35_i386"
|
|
||||||
_schecksum=f5ac29e8374901ce7401825d13471c03bcf6ec8106f8c210c710b0a8d7b22ca9
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ${FILESDIR}/spotify
|
vbin ${FILESDIR}/spotify
|
||||||
|
|
Loading…
Reference in a new issue