xterm: update to 372.
This commit is contained in:
parent
a0fe4229dc
commit
c468660538
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xterm'
|
||||
pkgname=xterm
|
||||
version=370
|
||||
version=372
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
||||
|
@ -17,11 +17,10 @@ makedepends="libXaw-devel libXft-devel libutempter-devel libxkbfile-devel
|
|||
short_desc="X Terminal Emulator"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="MIT, X11"
|
||||
homepage="http://invisible-island.net/xterm/"
|
||||
changelog="http://invisible-island.net/xterm/xterm.log.html"
|
||||
# using HTTP TEMPORARILY due to cert issues
|
||||
distfiles="http://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
||||
checksum=963c5d840a0f0f4c077ff284586e8b1f83f3f983dca6f74f4b361975b5388c82
|
||||
homepage="https://invisible-island.net/xterm/"
|
||||
changelog="https://invisible-island.net/xterm/xterm.log.html"
|
||||
distfiles="https://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
||||
checksum=c6d08127cb2409c3a04bcae559b7025196ed770bb7bf26630abcb45d95f60ab1
|
||||
|
||||
post_install() {
|
||||
for f in {u,}xterm.desktop; do
|
||||
|
|
Loading…
Reference in a new issue