* update tevent to 1:0.16.1-1

This commit is contained in:
Alexander Baldeck 2024-04-10 19:09:00 +02:00
parent 5e16cacb56
commit 42a60e235f

View File

@ -6,20 +6,20 @@
# Contributor: Thomas Burdick <thomas.burdick@gmail.com> # Contributor: Thomas Burdick <thomas.burdick@gmail.com>
pkgname=tevent pkgname=tevent
pkgver=0.15.0 pkgver=0.16.1
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc='Event system based on the talloc memory management library' pkgdesc='Event system based on the talloc memory management library'
url="https://tevent.samba.org/" url="https://tevent.samba.org/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
source=(https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar{.gz,.asc}) source=(https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar{.gz,.asc})
license=('GPL3') license=('GPL-3.0-or-later')
depends=('talloc') depends=('talloc')
makedepends=('python' 'cmocka') makedepends=('python' 'cmocka')
optdepends=('python: for python bindings') optdepends=('python: for python bindings')
provides=(libtevent.so) provides=(libtevent.so)
validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs@samba.org> validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs@samba.org>
sha512sums=('470cc4489255a4f122ba1d680669589ba375d4081ff46631dd56f5104202d175bfb13356820eb9108a6b768b3837b2f5d26cc7b0acc3071c4787fb070df3cbab' sha512sums=('cda001d91728b2f28dd081e9c5f6d8ede345dcd9ce1dca04394860cd83090c15aa8dfef1c53b73e120bd17f0d95551fa9301eb4927963314556d016fe5420a39'
'SKIP') 'SKIP')
build() { build() {