[arch-commits] Commit in screen/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Jul 14 01:42:52 UTC 2011


    Date: Wednesday, July 13, 2011 @ 21:42:52
  Author: allan
Revision: 131720

upgpkg: screen 4.0.3-12
add telnet support (FS#25126)

Modified:
  screen/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-13 19:29:46 UTC (rev 131719)
+++ PKGBUILD	2011-07-14 01:42:52 UTC (rev 131720)
@@ -4,7 +4,7 @@
 
 pkgname=screen
 pkgver=4.0.3
-pkgrel=11
+pkgrel=12
 _ptygroup=5 #the UID of our PTY/TTY group
 pkgdesc="Full-screen window manager that multiplexes a physical terminal"
 arch=('i686' 'x86_64')
@@ -30,7 +30,8 @@
   
   ./configure --prefix=/usr --enable-pam \
         --with-sys-screenrc=/etc/screenrc --enable-colors256 \
-       --enable-rxvt_osc --with-pty-group=$_ptygroup \
+       --enable-rxvt_osc --enable-telnet \
+       --with-pty-group=$_ptygroup \
        --mandir=/usr/share/man --infodir=/usr/share/info
   make
 }




More information about the arch-commits mailing list