David Runge pushed to branch main at Arch Linux / Packaging / Packages / ncurses


Commits:
3a69bc63 by David Runge at 2024-05-20T11:46:36+02:00
upgpkg: 6.5-2

Rebuild to replace wezterm-terminfo.
With ncurses 6.5 /usr/share/terminfo/w/wezterm is provided and the
wezterm-terminfo package is no longer needed.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ncurses
        pkgdesc = System V Release 4.0 curses emulation library
        pkgver = 6.5
-       pkgrel = 1
+       pkgrel = 2
        url = https://invisible-island.net/ncurses/ncurses.html
        arch = x86_64
        license = MIT-open-group
@@ -16,6 +16,7 @@ pkgbase = ncurses
        provides = libpanelw.so
        provides = libncursesw.so
        replaces = alacritty-terminfo
+       replaces = wezterm-terminfo
        source = 
ncurses::git+https://github.com/ThomasDickey/ncurses-snapshots.git?signed#tag=v6_5
        source = ncurses-6.3-libs.patch
        source = ncurses-6.3-pkgconfig.patch


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=ncurses
 pkgver=6.5
-pkgrel=1
+pkgrel=2
 pkgdesc='System V Release 4.0 curses emulation library'
 arch=(x86_64)
 url='https://invisible-island.net/ncurses/ncurses.html'
@@ -26,7 +26,10 @@ provides=(
   libpanelw.so
   libncursesw.so
 )
-replaces=(alacritty-terminfo)
+replaces=(
+  alacritty-terminfo
+  wezterm-terminfo
+)
 source=(
   
$pkgname::git+https://github.com/ThomasDickey/ncurses-snapshots.git?signed#tag=v${pkgver/./_}
   $pkgname-6.3-libs.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ncurses/-/commit/3a69bc637a48dfaaf82e0b1e235f5d8f1524d33a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ncurses/-/commit/3a69bc637a48dfaaf82e0b1e235f5d8f1524d33a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to