Rebuild aview

`CANNOT LINK EXECUTABLE "aview": library "libncursesw.so.6" not found`
This commit is contained in:
Yonle 2022-04-23 16:40:22 +07:00 committed by GitHub
parent 3821333453
commit 09604c6781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="High quality ascii-art image browser and animation playe
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.3.0rc1
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/aa-project/aview/aview-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=42d61c4194e8b9b69a881fdde698c83cb27d7eda59e08b300e73aaa34474ec99
TERMUX_PKG_DEPENDS="aalib"
TERMUX_PKG_DEPENDS="aalib, ncurses"