Revert "spotify: update x86_64 pkg to 1.0.77."
This reverts commit fee8772214
.
This commit is contained in:
parent
fee8772214
commit
0a8b518326
|
@ -1,25 +1,24 @@
|
||||||
# Template file for 'spotify'
|
# Template file for 'spotify'
|
||||||
pkgname=spotify
|
pkgname=spotify
|
||||||
only_for_archs="i686 x86_64"
|
version=1.0.72
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
revision=1
|
||||||
version=1.0.77
|
|
||||||
revision=1
|
|
||||||
_sversion=.338.g758ebd78-41_amd64
|
|
||||||
_schecksum=0698d2dbda43f2866d2a6f6ed9816bf8022aa8cf67d0dba347f486410093e1a4
|
|
||||||
else
|
|
||||||
version=1.0.72
|
|
||||||
revision=1
|
|
||||||
_sversion=.117.g6bd7cc73-35_i386
|
|
||||||
_schecksum=f5ac29e8374901ce7401825d13471c03bcf6ec8106f8c210c710b0a8d7b22ca9
|
|
||||||
fi
|
|
||||||
create_wrksrc=yes
|
|
||||||
build_style=fetch
|
|
||||||
depends="binutils GConf gtk+ libatomic libXScrnSaver nss"
|
|
||||||
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
|
||||||
|
only_for_archs="x86_64 i686"
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
build_style=fetch
|
||||||
|
depends="binutils gtk+ nss GConf libXScrnSaver libatomic"
|
||||||
|
|
||||||
|
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
|
||||||
|
_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 New Issue