mtm: update to 1.2.1.

This commit is contained in:
travankor 2022-12-31 07:25:34 -07:00 committed by Michal Vasilek
parent 8f22a8b105
commit c818370385
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mtm' # Template file for 'mtm'
pkgname=mtm pkgname=mtm
version=1.2.0 version=1.2.1
revision=4 revision=1
hostmakedepends="ncurses" hostmakedepends="ncurses"
makedepends="ncurses-devel ncurses-libs" makedepends="ncurses-devel ncurses-libs"
short_desc="Micro Terminal Multiplexer" short_desc="Micro Terminal Multiplexer"
@ -9,7 +9,7 @@ maintainer="travankor <travankor@tuta.io>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/deadpixi/mtm" homepage="https://github.com/deadpixi/mtm"
distfiles="https://github.com/deadpixi/mtm/archive/${version}.tar.gz" distfiles="https://github.com/deadpixi/mtm/archive/${version}.tar.gz"
checksum=68f753f743fcd3d87f269011d4bbd3fed59cfcad710d7c7db98844e3e675c196 checksum=2ae05466ef44efa7ddb4bce58efc425617583d9196b72e80ec1090bd77df598c
do_build() { do_build() {
make HEADERS='-DNCURSESW_INCLUDE_H="<ncurses.h>"' make HEADERS='-DNCURSESW_INCLUDE_H="<ncurses.h>"'