* update liburing to 2.5-1

This commit is contained in:
Alexander Baldeck 2023-12-08 12:50:55 +01:00
parent 7b52835a28
commit 23188b128d

View File

@ -3,23 +3,23 @@
# Contributor: Filipe Laíns (FFY00) <lains@archlinux.org>
pkgname=liburing
pkgver=2.4
_commit=6b5f5bc9a2e43ad3ee330a093d53d7a81816f676 # refs/tags/liburing-2.4
pkgver=2.5
_commit=5dd20d52f442feae7023af5772429910d3aa5307 # refs/tags/liburing-2.5
pkgrel=1
pkgdesc="Linux-native io_uring I/O access library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://git.kernel.dk/cgit/liburing/"
url="https://git.kernel.dk/cgit/liburing"
license=(
LGPL2.1
'(GPL-2.0-only WITH Linux-syscall-note) OR MIT'
LGPL-2.0-or-later
MIT
)
depends=(glibc)
makedepends=(git)
provides=(
liburing.so
liburing-ffi.so
)
source=(git+https://git.kernel.dk/liburing#tag=$_commit?signed)
source=("git+$url#tag=$_commit?signed")
sha512sums=('SKIP')
validpgpkeys=(C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6) # Jens Axboe <axboe@kernel.dk>