xterm: updated to 281

This commit is contained in:
Jose V Beneyto 2012-06-27 10:30:12 +02:00
parent f59be8f3e5
commit 26e307c24c
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
2bc971a1753fe57aca05fde7c005a16c configure.diff
c0de5c2f7b3a50244c5cdd53dcab1de5 xterm-277.tgz
bca2eb95bdd57653f8e3f2f57952c1c5 xterm-281.tgz

View File

@ -5,7 +5,7 @@
# Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc
name=xterm
version=277
version=281
release=1
source=(ftp://invisible-island.net/$name/$name-$version.tgz \
configure.diff)
@ -19,5 +19,4 @@ build() {
--enable-wide-chars
make
make install DESTDIR=$PKG
chmod 0755 $PKG/usr/bin/$name
}