Skip to content

Commit

Permalink
ncspot-mpris: bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed May 19, 2024
1 parent 086b30d commit 202566f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions x11-packages/ncspot-mpris/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/hrkfdn/ncspot
TERMUX_PKG_DESCRIPTION="An ncurses Spotify client written in Rust (with MPRIS support)"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.0.0"
TERMUX_PKG_VERSION="1.1.1"
TERMUX_PKG_SRCURL=https://github.com/hrkfdn/ncspot/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=516663b62b9536cb18e6d8eb69470a5b6560f2890e010e8a3d2e8cfc65df9497
TERMUX_PKG_SHA256=89fd70d625304ad882f2b3fcd048ea0e3910a7df371f942feded2ec57b4012b4
TERMUX_PKG_DEPENDS="dbus, pulseaudio"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
Expand All @@ -13,7 +13,8 @@ TERMUX_PKG_CONFLICTS="ncspot"

TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--no-default-features
--features cursive/termion-backend,share_clipboard,pulseaudio_backend,mpris,notify
--features termion_backend,pulseaudio_backend,mpris,notify
"
# NOTE: ncurses-rs runs a test while building which fails while cross compiling:
# therefore, we use cursive/termion-backend instead.
# therefore, we use termion_backend instead.
# share_clipboard cannot be used due to 1Password/arboard#56.

0 comments on commit 202566f

Please sign in to comment.