tevent: update to 0.11.0

This commit is contained in:
Lon Willett 2022-01-07 01:04:44 +01:00 committed by Andrew J. Hesford
parent 70e8b8744f
commit 2c3088f6c3

View file

@ -1,7 +1,7 @@
# Template file for 'tevent'
pkgname=tevent
version=0.10.2
revision=3
version=0.11.0
revision=1
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
@ -9,13 +9,13 @@ configure_args="--sysconfdir=/etc --localstatedir=/var
--disable-rpath --disable-rpath-install --without-gettext
--builtin-libraries=replace --bundled-libraries=NONE"
hostmakedepends="pkg-config docbook2x"
makedepends="python3-devel talloc-devel libxslt gettext-devel"
makedepends="python3-devel talloc-devel libxslt gettext-devel cmocka-devel"
short_desc="Event system based on the talloc memory management library"
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
license="GPL-3.0-or-later"
homepage="https://tevent.samba.org"
distfiles="https://ftp.samba.org/pub/tevent/tevent-${version}.tar.gz"
checksum=f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696
distfiles="https://download.samba.org/pub/tevent/tevent-${version}.tar.gz"
checksum=ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba
export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"