* 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
pkgdesc = Full-screen window manager that multiplexes a physical terminal
pkgver = 5.0.0
pkgrel = 1
pkgrel = 2
url = https://www.gnu.org/software/screen/
arch = x86_64
arch = powerpc64le

View File

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