Use bash arrays with one entry per line for easier handling

Signed-off-by: David Runge <dvzrv@archlinux.org>
ledoian
David Runge 5 months ago
parent 7ecaadbd0b
commit b339173d63
No known key found for this signature in database
GPG Key ID: 9B7A287D9A2EC608

@ -10,10 +10,21 @@ pkgdesc='System V Release 4.0 curses emulation library'
arch=(x86_64)
url='https://invisible-island.net/ncurses/ncurses.html'
license=(MIT)
depends=(glibc gcc-libs)
makedepends=(autoconf-archive)
depends=(
glibc
gcc-libs
)
makedepends=(
autoconf-archive
)
optdepends=('bash: for ncursesw6-config')
provides=(libncurses++w.so libformw.so libmenuw.so libpanelw.so libncursesw.so)
provides=(
libncurses++w.so
libformw.so
libmenuw.so
libpanelw.so
libncursesw.so
)
replaces=(alacritty-terminfo)
source=(
https://invisible-mirror.net/archives/$pkgname/current/$pkgname-${pkgver/_/-}.tgz{,.asc}

Loading…
Cancel
Save