From b6a2cce9b8983146b41614c41eb3e9a53c68e24d Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 18 Jun 2024 12:11:42 +0200 Subject: [PATCH] * update liburing to 2.6-2 --- liburing/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/liburing/PKGBUILD b/liburing/PKGBUILD index 4607bed6e0..75396a0e75 100644 --- a/liburing/PKGBUILD +++ b/liburing/PKGBUILD @@ -1,10 +1,11 @@ +# POWER Maintainer: Alexander Baldeck # Maintainer: David Runge # Contributor: Filipe LaĆ­ns (FFY00) pkgname=liburing pkgver=2.6 _commit=5dd20d52f442feae7023af5772429910d3aa5307 # refs/tags/liburing-2.5 -pkgrel=1 +pkgrel=2 pkgdesc="Linux-native io_uring I/O access library" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://git.kernel.dk/cgit/liburing" @@ -18,7 +19,7 @@ provides=( liburing.so liburing-ffi.so ) -source=("git+$url.git?signed#tag=$pkgname-$pkgver") +source=("git+https://git.kernel.dk/liburing.git?signed#tag=$pkgname-$pkgver") sha512sums=('2fc45584575daeb2b66fbb00d70878b1339ebbff74e0f98eb0ab61e52b695c30e88a147edda44952a3163d9cbaec9544f42ef58b69388c53d9f15f0e436391c0') validpgpkeys=(C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6) # Jens Axboe