cuse: Fix dependency

This commit is contained in:
Tee KOBAYASHI 2023-03-01 13:32:00 +09:00 committed by xtkoba
parent bcf2fe491f
commit 1ce8a0b444
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ TERMUX_PKG_DESCRIPTION="A MIDI-Sequencer which targets both terminal purists and
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.6
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/cuse/cuse-${TERMUX_PKG_VERSION}.tgz
TERMUX_PKG_SHA256=dc2306c68eeb0eefb2da4739cf42bf3bf49fde3adba6ca58900fb3f78d4f9ad6
TERMUX_PKG_DEPENDS="libc++, libcdk, sdl-mixer"
TERMUX_PKG_DEPENDS="libc++, libcdk, ncurses, sdl, sdl-mixer"
termux_step_post_get_source() {
make distclean || :