mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
spotify: new revision
This commit is contained in:
parent
5cf08a4160
commit
fcc1a2776b
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'spotify'.
|
# Template build file for 'spotify'.
|
||||||
pkgname=spotify
|
pkgname=spotify
|
||||||
version=1.0.49
|
version=1.0.49
|
||||||
revision=1
|
revision=2
|
||||||
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"
|
||||||
|
@ -13,11 +13,11 @@ build_style=fetch
|
||||||
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
||||||
|
|
||||||
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
|
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
|
||||||
_sversion=".125.g72ee7853-83_amd64"
|
_sversion=".125.g72ee7853-111_amd64"
|
||||||
_schecksum="2fc10858f972f8c1e6ddc0c2090390f03c1441ec266f77cf227e80227d3a11eb"
|
_schecksum="1d6d1cccfb7f996b835f21c8dbabc16ca4bd214878e06738dba7886640470050"
|
||||||
else
|
else
|
||||||
_sversion=".125.g72ee7853-21_i386"
|
_sversion=".125.g72ee7853-22_i386"
|
||||||
_schecksum="723100d7df9220efe96159d30b900b042f12422a81cc7910e21457d7cdd05866"
|
_schecksum="96c02fdc77991feb0797089d701744c2de4584322f966a1c070b559df27f9b04"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue