Merge pull request #3764 from teh-jazzman/spotify
spotify: update to 1.0.24
This commit is contained in:
commit
a0368fceb3
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'spotify'.
|
# Template build file for 'spotify'.
|
||||||
pkgname=spotify
|
pkgname=spotify
|
||||||
version=1.0.23
|
version=1.0.24
|
||||||
revision=1
|
revision=1
|
||||||
_sversion=".93.gd6cfae15"
|
_sversion=".104.g92a22684"
|
||||||
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"
|
||||||
|
@ -14,11 +14,11 @@ build_style=fetch
|
||||||
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
||||||
|
|
||||||
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
||||||
_sversion+="-30_amd64"
|
_sversion+="-29_amd64"
|
||||||
_schecksum="99961ccd0b3d01ec28a96e158b4375fed6bb449913d34f6e03429b2d43f9db58"
|
_schecksum="d87703ba78c70934ab827f1b996aa34d626dc7bb7b371bf94889dae046e8d15f"
|
||||||
else
|
else
|
||||||
_sversion+="-5_i386"
|
_sversion+="-9_i386"
|
||||||
_schecksum="e4e8ab10a2a4875632283870155068f7d140b23b5bbb9927f32b53b4002aa6fe"
|
_schecksum="d9d8e4dc7c0859f00346cf13046d5ab880fcf2c09754bf73213ce6121c9535a1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue