mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
spotify-player: update to 0.16.0
This commit is contained in:
parent
e2da7d971c
commit
7e10c60bd6
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'spotify-player'
|
# Template file for 'spotify-player'
|
||||||
pkgname=spotify-player
|
pkgname=spotify-player
|
||||||
version=0.14.0
|
version=0.16.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path spotify_player"
|
make_install_args="--path spotify_player"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel alsa-lib-devel dbus-devel"
|
makedepends="openssl-devel alsa-lib-devel dbus-devel libxcb-devel"
|
||||||
short_desc="Command driven spotify player"
|
short_desc="Command driven spotify player"
|
||||||
maintainer="Thang Pham <phamducthang1234@gmail.com>"
|
maintainer="Thang Pham <phamducthang1234@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/aome510/spotify-player"
|
homepage="https://github.com/aome510/spotify-player"
|
||||||
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=3cb80919faacc0b50537b6161a464a27818b3fbf916f44e47290cf9bab7bf490
|
checksum=2f70cd8fbea928022497fdd34140ce648ff695cdcc21d366228f41727c9e0d1f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue