aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorTobias Hilbig <web.tobias@hilbig-ffb.de>2023-02-25 11:40:37 +0100
committerPaul Spooren <mail@aparcar.org>2023-02-26 01:12:02 +0100
commit888b207f1a6cde4c954e1b3b34f8c2ba60b14cd1 (patch)
treef588d6bc98f6f9d15585254c20c1316ef635f7fa /package
parentc9df2d5c640a056a7b2443f5155b275d74117cbe (diff)
downloadupstream-888b207f1a6cde4c954e1b3b34f8c2ba60b14cd1.tar.gz
upstream-888b207f1a6cde4c954e1b3b34f8c2ba60b14cd1.tar.bz2
upstream-888b207f1a6cde4c954e1b3b34f8c2ba60b14cd1.zip
ncurses: add alacritty terminfo
Add terminfo file for the terminal emulator alacritty. https://github.com/alacritty/alacritty Signed-off-by: Tobias Hilbig <web.tobias@hilbig-ffb.de>
Diffstat (limited to 'package')
-rw-r--r--package/libs/ncurses/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 29261a4cd0..4d8e685f35 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ncurses
PKG_CPE_ID:=cpe:/a:gnu:ncurses
PKG_VERSION:=6.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -123,6 +123,7 @@ ifneq ($(HOST_OS),FreeBSD)
)
for file in \
a/ansi \
+ a/alacritty \
d/dumb \
l/linux \
r/rxvt \