From 202566f411cc9d5841655bd51084bc37caf9b6d5 Mon Sep 17 00:00:00 2001 From: Chongyun Lee <45286352+licy183@users.noreply.github.com> Date: Sun, 19 May 2024 23:31:04 +0800 Subject: [PATCH] ncspot-mpris: bump to 1.1.1 --- x11-packages/ncspot-mpris/build.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x11-packages/ncspot-mpris/build.sh b/x11-packages/ncspot-mpris/build.sh index 72cd04c0a726b0..44e2814254d56d 100644 --- a/x11-packages/ncspot-mpris/build.sh +++ b/x11-packages/ncspot-mpris/build.sh @@ -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 @@ -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.