upg ncurses
This commit is contained in:
parent
6f4ccca8ae
commit
96d44b8bf1
2 changed files with 8 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=ncurses
|
||||
pkgver=6.5
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
pkgdesc='System V Release 4.0 curses emulation library'
|
||||
_url='https://invisible-island.net/ncurses/ncurses.html'
|
||||
url="https://invisible-mirror.net/archives"
|
||||
|
@ -15,7 +15,7 @@ depends=(glibc gcc-libs)
|
|||
makedepends=(autoconf-archive git)
|
||||
optdepends=('bash: for ncursesw6-config')
|
||||
provides=(libncurses++w.so libformw.so libmenuw.so libpanelw.so libncursesw.so)
|
||||
replaces=(alacritty-terminfo)
|
||||
replaces=(alacritty-terminfo wezterm-terminfo)
|
||||
#options=(debug) # uncomment this to produce the debug pkg
|
||||
#source=($url/$pkgname/current/$pkgname-${pkgver/_/-}.tgz{,.asc}
|
||||
#source=($pkgname::git+https://github.com/ThomasDickey/ncurses-snapshots.git?signed#commit=$_commit
|
||||
|
@ -103,5 +103,5 @@ sha256sums=(SKIP
|
|||
dc4261b6642058a9df1c0945e2409b24f84673ddc3a665d8a15ed3580e51ee25 # ncurses-6.3-libs.patch
|
||||
b8544a607dfbeffaba2b087f03b57ed1fa81286afca25df65f61b04b5f3b3738) # ncurses-6.3-pkgconfig.patch
|
||||
|
||||
## 11ebe92164b7941dde43b0b69715fa347d7683215ad4c7e9024574493c00b592 ncurses-6.5-01-x86_64.pkg.tar.lz
|
||||
## 3efadb79964e13d2f54770b03bee86f3c810964582d4e1d69e0bc6007bf63133 ncurses-6.5-02-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue