main/liburing: upgrade to 2.7

add coreutils to makedepends, realpath is needed now
This commit is contained in:
Milan P. Stanić 2024-08-20 12:07:47 +00:00
parent db4455c8ed
commit 969e8c89ee

View file

@ -1,12 +1,12 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=liburing
pkgver=2.6
pkgver=2.7
pkgrel=0
pkgdesc="Linux kernel io_uring access library"
url="https://git.kernel.dk/cgit/liburing/"
arch="all"
license="LGPL-2.1-or-later OR MIT"
makedepends="linux-headers"
makedepends="linux-headers coreutils"
subpackages="liburing-ffi $pkgname-dev $pkgname-doc"
source="https://git.kernel.dk/cgit/liburing/snapshot/liburing-$pkgver.tar.gz
"
@ -31,5 +31,5 @@ ffi() {
}
sha512sums="
5e4b0b347619b4f26218ee851026eb3e5b523be11d1c9a7dcca65d43f07442b03e1520f12cc2fc0d39ee3d1837e266a9ca4974b695900f600705fb8e24630a37 liburing-2.6.tar.gz
7e87ff456498ac697a05aaf2d8372721c047c9324bd710fcfa791c877e0e2cdcdee87f98a4a3ba83c16baeb07fc8a5fcfd8ec7d85bcb52cf8f1ea68191cb6e68 liburing-2.7.tar.gz
"