summaryrefslogtreecommitdiff
path: root/extra/xterm
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-08 17:23:24 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-08 17:23:24 -0300
commitda4865e38266a85c230abd569a95aa7152c4f9e9 (patch)
tree610329610e1d43cd175b799f48942201b718329d /extra/xterm
parent19ae256a3867f63f4a1db7ed50da6f0bed71ec8d (diff)
parent4d91fc9a2dc38054b8748f27193dc3a6950bda3c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/luaexpat/PKGBUILD community/qps/PKGBUILD extra/python-egenix-mx-base/PKGBUILD libre/thunderbird-libre/rePKGBUILD staging/kdesdk/PKGBUILD
Diffstat (limited to 'extra/xterm')
-rw-r--r--extra/xterm/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/xterm/PKGBUILD b/extra/xterm/PKGBUILD
index e7d5f1fba..146e8e880 100644
--- a/extra/xterm/PKGBUILD
+++ b/extra/xterm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 113886 2011-03-10 17:49:42Z jgc $
+# $Id: PKGBUILD 126558 2011-06-06 09:30:30Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=xterm
-pkgver=269
+pkgver=270
pkgrel=1
pkgdesc="X Terminal Emulator"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ license=('custom')
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 @@ build() {
--enable-mini-luit \
--enable-narrowproto \
--enable-exec-xterm \
- --with-tty-group=tty
+ --with-tty-group=tty \
+ --with-utmp-setgid=utmp
make
}