diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-09 20:36:01 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-09 20:36:01 (GMT) |
commit | a9a64aacfa3baa66818d631e3fa125f64507c040 (patch) | |
tree | 680703520c793cdce047f5b50c6e842e5c7bfcd5 | |
parent | 38bd7f02552b7a5aeb19cf20b67fae7ac3c0c358 (diff) | |
download | linhes_pkgbuild-a9a64aacfa3baa66818d631e3fa125f64507c040.zip linhes_pkgbuild-a9a64aacfa3baa66818d631e3fa125f64507c040.tar.gz linhes_pkgbuild-a9a64aacfa3baa66818d631e3fa125f64507c040.tar.bz2 |
xterm: update to 313
-rw-r--r-- | abs/core/xterm/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/abs/core/xterm/PKGBUILD b/abs/core/xterm/PKGBUILD index 73295c4..38e4875 100644 --- a/abs/core/xterm/PKGBUILD +++ b/abs/core/xterm/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 162381 2012-06-26 16:12:16Z andyrtr $ +# $Id$ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xterm -pkgver=281 +pkgver=313 pkgrel=1 pkgdesc="X Terminal Emulator" arch=('i686' 'x86_64') url="http://invisible-island.net/xterm/" license=('custom') -depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps') -source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz +depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 'libxkbfile') +source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc} LICENSE) -md5sums=('bca2eb95bdd57653f8e3f2f57952c1c5' +md5sums=('4c2e85f46d8a96c81daf3f9e6c2e1997' + 'SKIP' '10ecc3f8ee91e3189863a172f68282d2') build() { @@ -43,7 +44,7 @@ build() { --enable-narrowproto \ --enable-exec-xterm \ --with-tty-group=tty \ - --with-utmp-setgid=utmp + --with-utempter make } |