ncspot: update to 1.0.0.
This commit is contained in:
parent
e6ba0ade2a
commit
895853f141
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ncspot'
|
# Template file for 'ncspot'
|
||||||
pkgname=ncspot
|
pkgname=ncspot
|
||||||
version=0.13.4
|
version=1.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_args="--features alsa_backend,cover"
|
configure_args="--features alsa_backend,cover"
|
||||||
|
@ -12,9 +12,9 @@ short_desc="Cross-platform ncurses Spotify client"
|
||||||
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/hrkfdn/ncspot"
|
homepage="https://github.com/hrkfdn/ncspot"
|
||||||
changelog="https://github.com/hrkfdn/ncspot/releases"
|
changelog="https://raw.githubusercontent.com/hrkfdn/ncspot/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=ca2cd3ca21d7ed0410f3327cf3c1b6db990dfbb5bd2ef0d15f3fb0a1b5fe6ee9
|
checksum=516663b62b9536cb18e6d8eb69470a5b6560f2890e010e8a3d2e8cfc65df9497
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
cargo auditable build --release --target ${RUST_TARGET} --package xtask
|
cargo auditable build --release --target ${RUST_TARGET} --package xtask
|
||||||
|
|
Loading…
Reference in New Issue