w3m: update to 0.5.5.

See: https://github.com/tats/w3m/issues/304
This commit is contained in:
Đoàn Trần Công Danh 2025-08-26 07:14:01 +07:00
parent a19c536af3
commit 6e6b0ce547

View file

@ -1,7 +1,7 @@
# Template file for 'w3m'
pkgname=w3m
version=0.5.3+git20230121
revision=2
version=0.5.5
revision=1
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib --enable-image=x11,fb
--with-nkf=/usr/bin/nkf
@ -12,10 +12,11 @@ makedepends="zlib-devel ncurses-devel gc-devel openssl-devel imlib2-devel
short_desc="Text-based Web browser and pager (with Debian patches)"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="MIT"
homepage="https://tracker.debian.org/pkg/w3m"
changelog="https://raw.githubusercontent.com/tats/w3m/master/NEWS"
distfiles="https://github.com/tats/w3m/archive/v$version.tar.gz"
checksum=fdc7d55d3c0104db26aa9759db34f37e5eee03f44c868796e3bbfb8935c96e39
# https://github.com/tats/w3m/issues/304
homepage="https://sr.ht/~rkta/w3m/"
changelog="https://git.sr.ht/~rkta/w3m/blob/master/ChangeLog"
distfiles="https://git.sr.ht/~rkta/w3m/archive/v${version}.tar.gz"
checksum=b271c86b13be2207700230cb3f9061271ea37fd1ace199f48b72ea542a529a0f
LDFLAGS="-lX11"
@ -45,7 +46,7 @@ do_check() {
post_install() {
local _file
vlicense doc/README
vlicense COPYING
for _file in doc/HISTORY doc/README* doc/*.html
do
vdoc "$_file"