* update liburing to 2.7-1

This commit is contained in:
Alexander Baldeck 2024-10-10 19:50:34 +02:00
parent f7a1e147f5
commit 0c9cb2f79c
3 changed files with 28 additions and 4 deletions

21
liburing/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = liburing
pkgdesc = Linux-native io_uring I/O access library
pkgver = 2.7
pkgrel = 1
url = https://git.kernel.dk/cgit/liburing
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-only WITH Linux-syscall-note OR MIT
license = LGPL-2.0-or-later
license = MIT
makedepends = git
provides = liburing.so
provides = liburing-ffi.so
source = git+https://git.kernel.dk/liburing.git?signed#tag=liburing-2.7
validpgpkeys = C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6
sha512sums = 155bf1a7e827dae9ab708a835560bb7ebd92db9b9056198eefd6e9b413dde3358c33145c0b4ed57a36375c3744dbacb4bce54d9cad2c43ed038b44e01b90e7e2
pkgname = liburing

4
liburing/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[liburing]
source = "git"
git = "https://git.kernel.dk/liburing"
prefix = "liburing-"

View File

@ -3,9 +3,8 @@
# Contributor: Filipe Laíns (FFY00) <lains@archlinux.org>
pkgname=liburing
pkgver=2.6
_commit=5dd20d52f442feae7023af5772429910d3aa5307 # refs/tags/liburing-2.5
pkgrel=2
pkgver=2.7
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"
@ -20,7 +19,7 @@ provides=(
liburing-ffi.so
)
source=("git+https://git.kernel.dk/liburing.git?signed#tag=$pkgname-$pkgver")
sha512sums=('2fc45584575daeb2b66fbb00d70878b1339ebbff74e0f98eb0ab61e52b695c30e88a147edda44952a3163d9cbaec9544f42ef58b69388c53d9f15f0e436391c0')
sha512sums=('155bf1a7e827dae9ab708a835560bb7ebd92db9b9056198eefd6e9b413dde3358c33145c0b4ed57a36375c3744dbacb4bce54d9cad2c43ed038b44e01b90e7e2')
validpgpkeys=(C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6) # Jens Axboe <axboe@kernel.dk>
build() {