From 64632aac4411687cf90b60c2bc78ee058555e57a Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sat, 19 Feb 2022 08:26:51 +0800 Subject: [PATCH] main/screen: updated to 4.9.0 --- main/screen/.checksums | 2 +- main/screen/.pkgfiles | 7 +++++-- main/screen/spkgbuild | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/main/screen/.checksums b/main/screen/.checksums index 3084c483f..b9782e4a1 100644 --- a/main/screen/.checksums +++ b/main/screen/.checksums @@ -1 +1 @@ -d276213d3acd10339cd37848b8c4ab1e screen-4.8.0.tar.gz +b1ef8ed89134d335e614016634982b6d screen-4.9.0.tar.gz diff --git a/main/screen/.pkgfiles b/main/screen/.pkgfiles index 5e9758d23..d4d1e9ea3 100644 --- a/main/screen/.pkgfiles +++ b/main/screen/.pkgfiles @@ -1,10 +1,13 @@ +screen-4.9.0-1 drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/screenrc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/screen -> screen-4.8.0 --rwsr-xr-x root/root usr/bin/screen-4.8.0 +lrwxrwxrwx root/root usr/bin/screen -> screen-4.9.0 +-rwsr-xr-x root/root usr/bin/screen-4.9.0 drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/screen.info.gz drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/screen.1.gz diff --git a/main/screen/spkgbuild b/main/screen/spkgbuild index 4fe75e6eb..ea8ea494d 100644 --- a/main/screen/spkgbuild +++ b/main/screen/spkgbuild @@ -1,13 +1,14 @@ # description : Terminal multiplexor that runs several separate processes name=screen -version=4.8.0 +version=4.9.0 release=1 source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz" build() { cd $name-$version - + + NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \