* update screen to 5.0.0-2

This commit is contained in:
Alexander Baldeck 2024-12-31 19:14:28 +01:00
parent 3db1f101f2
commit 08c7d35e69
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = screen pkgbase = screen
pkgdesc = Full-screen window manager that multiplexes a physical terminal pkgdesc = Full-screen window manager that multiplexes a physical terminal
pkgver = 5.0.0 pkgver = 5.0.0
pkgrel = 1 pkgrel = 2
url = https://www.gnu.org/software/screen/ url = https://www.gnu.org/software/screen/
arch = x86_64 arch = x86_64
arch = powerpc64le arch = powerpc64le

View File

@ -6,7 +6,7 @@
pkgname=screen pkgname=screen
pkgver=5.0.0 pkgver=5.0.0
pkgrel=1 pkgrel=2
pkgdesc='Full-screen window manager that multiplexes a physical terminal' pkgdesc='Full-screen window manager that multiplexes a physical terminal'
url='https://www.gnu.org/software/screen/' url='https://www.gnu.org/software/screen/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -44,6 +44,7 @@ build() {
--enable-colors256 \ --enable-colors256 \
--enable-pam \ --enable-pam \
--enable-rxvt_osc \ --enable-rxvt_osc \
--enable-utmp \
--enable-telnet \ --enable-telnet \
--with-pty-group=$_ptygroup \ --with-pty-group=$_ptygroup \
--with-socket-dir=/run/screens \ --with-socket-dir=/run/screens \