summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12022-06-18 01:51:59 +0800
committerChocobo12022-06-18 02:00:24 +0800
commita1bd6b8abb9108190cb22d4c726e61d6c5f1a027 (patch)
treea1e4cb56d7ab39a1a1429bdf4815d8a1961101d3 /PKGBUILD
parent63fc6b468fbc9a9fbf418568be0a0593f3405f45 (diff)
downloadaur-a1bd6b8abb9108190cb22d4c726e61d6c5f1a027.tar.gz
upgpkg: ncurses-git 6.3.20220612.r0.g3f2a6304-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3e4bc5eed9f..f4ea8e63b3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=ncurses-git
-pkgver=6.3.20220101.r0.g4ec2068c
+pkgver=6.3.20220612.r0.g3f2a6304
pkgrel=1
pkgdesc="Screen handling and optimization package"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://invisible-island.net/ncurses/ncurses.html"
license=('MIT')
depends=('gcc-libs')
makedepends=('git')
-provides=('ncurses' 'libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+provides=("ncurses=$pkgver" 'libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
conflicts=('ncurses')
options=('staticlibs')
source=("git+https://github.com/ThomasDickey/ncurses-snapshots.git")
@@ -34,6 +34,7 @@ build() {
--with-pkg-config-libdir="/usr/lib/pkgconfig" \
--with-shared \
--with-versioned-syms \
+ --with-xterm-kbs=del \
--without-ada \
--without-debug
make