From 43209c888a856ce03ad35ef3e8bc430e2cf0cb20 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 28 Jan 2021 00:31:40 +0100 Subject: [PATCH] tmux: depend on ncurses-base https://github.com/tmux/tmux/issues/743 --- srcpkgs/tmux/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tmux/template b/srcpkgs/tmux/template index 869beb5a4b2..df8e84bb4ab 100644 --- a/srcpkgs/tmux/template +++ b/srcpkgs/tmux/template @@ -1,10 +1,11 @@ # Template file for 'tmux' pkgname=tmux version=3.1c -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="byacc" makedepends="libevent-devel ncurses-devel" +depends="ncurses-base" short_desc="Terminal Multiplexer" maintainer="Đoàn Trần Công Danh " license="ISC"