mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/liburing: upgrade to 2.7
add coreutils to makedepends, realpath is needed now
This commit is contained in:
parent
db4455c8ed
commit
969e8c89ee
@ -1,12 +1,12 @@
|
|||||||
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
||||||
pkgname=liburing
|
pkgname=liburing
|
||||||
pkgver=2.6
|
pkgver=2.7
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Linux kernel io_uring access library"
|
pkgdesc="Linux kernel io_uring access library"
|
||||||
url="https://git.kernel.dk/cgit/liburing/"
|
url="https://git.kernel.dk/cgit/liburing/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="LGPL-2.1-or-later OR MIT"
|
license="LGPL-2.1-or-later OR MIT"
|
||||||
makedepends="linux-headers"
|
makedepends="linux-headers coreutils"
|
||||||
subpackages="liburing-ffi $pkgname-dev $pkgname-doc"
|
subpackages="liburing-ffi $pkgname-dev $pkgname-doc"
|
||||||
source="https://git.kernel.dk/cgit/liburing/snapshot/liburing-$pkgver.tar.gz
|
source="https://git.kernel.dk/cgit/liburing/snapshot/liburing-$pkgver.tar.gz
|
||||||
"
|
"
|
||||||
@ -31,5 +31,5 @@ ffi() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
5e4b0b347619b4f26218ee851026eb3e5b523be11d1c9a7dcca65d43f07442b03e1520f12cc2fc0d39ee3d1837e266a9ca4974b695900f600705fb8e24630a37 liburing-2.6.tar.gz
|
7e87ff456498ac697a05aaf2d8372721c047c9324bd710fcfa791c877e0e2cdcdee87f98a4a3ba83c16baeb07fc8a5fcfd8ec7d85bcb52cf8f1ea68191cb6e68 liburing-2.7.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user