diff --git a/main/liburing/APKBUILD b/main/liburing/APKBUILD index 3ad0acce626..9fa0399a625 100644 --- a/main/liburing/APKBUILD +++ b/main/liburing/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Milan P. Stanić 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 "