edbrowse: update to 3.8.6.

This commit is contained in:
Leah Neukirchen 2023-03-15 16:12:37 +01:00
parent da2086c25a
commit 3b6c10c7b2

View File

@ -1,19 +1,19 @@
# Template file for 'edbrowse' # Template file for 'edbrowse'
pkgname=edbrowse pkgname=edbrowse
version=3.8.0 version=3.8.6
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="perl pkg-config" hostmakedepends="perl pkg-config"
makedepends="libcurl-devel libtidy5-devel pcre-devel quickjs-devel makedepends="libcurl-devel pcre2-devel quickjs-devel readline-devel
readline-devel" unixodbc-devel"
make_build_args="QUICKJS_LDFLAGS=-lquickjs" make_build_args="QUICKJS_LDFLAGS=-lquickjs QUICKJS_DIR=${XBPS_CROSS_BASE}/usr/include/quickjs"
make_use_env=true make_use_env=true
short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)" short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later, MIT" license="GPL-3.0-or-later, MIT"
homepage="http://edbrowse.org/" homepage="http://edbrowse.org/"
distfiles="https://github.com/CMB/edbrowse/archive/v${version}.tar.gz" distfiles="https://github.com/CMB/edbrowse/archive/v${version}.tar.gz"
checksum=5d512b63ee69e418e5946557ebc703c19e6dccc515f358649a2d38063a6d6a69 checksum=85ce43c2832e1e79ea24e23c7726757080ef966d7c2c387f8aa9be108f36bf26
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel" makedepends+=" libatomic-devel"