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

Jan de Groot jgc at archlinux.org
Mon Jun 6 09:30:31 UTC 2011


    Date: Monday, June 6, 2011 @ 05:30:30
  Author: jgc
Revision: 126558

upgpkg: xterm 270-1
Update to 270, install setgid utmp

Modified:
  xterm/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-06 09:27:54 UTC (rev 126557)
+++ PKGBUILD	2011-06-06 09:30:30 UTC (rev 126558)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=xterm
-pkgver=269
+pkgver=270
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
         LICENSE)
-md5sums=('d32150a7c1b2a8b6e2cbc95d180b9fec'
+md5sums=('92d654f3aa4ad694a4f61d980d14c24b'
          '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {
@@ -42,7 +42,8 @@
       --enable-mini-luit \
       --enable-narrowproto \
       --enable-exec-xterm \
-      --with-tty-group=tty
+      --with-tty-group=tty \
+      --with-utmp-setgid=utmp
   make
 }
 




More information about the arch-commits mailing list