David Runge pushed to branch main at Arch Linux / Packaging / Packages /
liburing
Commits:
23631913 by David Runge at 2024-05-20T18:47:45+02:00
upgpkg: 2.6-2
Rebuild to fix url and source.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = liburing
pkgdesc = Linux-native io_uring I/O access library
pkgver = 2.6
- pkgrel = 1
+ pkgrel = 2
url = https://git.kernel.dk/cgit/liburing
arch = x86_64
license = GPL-2.0-only WITH Linux-syscall-note OR MIT
@@ -10,7 +10,7 @@ pkgbase = liburing
makedepends = git
provides = liburing.so
provides = liburing-ffi.so
- source =
git+https://git.kernel.dk/cgit/liburing.git?signed#tag=liburing-2.6
+ source = git+https://git.kernel.dk/liburing.git?signed#tag=liburing-2.6
validpgpkeys = C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6
sha512sums =
2fc45584575daeb2b66fbb00d70878b1339ebbff74e0f98eb0ab61e52b695c30e88a147edda44952a3163d9cbaec9544f42ef58b69388c53d9f15f0e436391c0
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
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)
-url="https://git.kernel.dk/liburing"
+url="https://git.kernel.dk/cgit/liburing"
license=(
'GPL-2.0-only WITH Linux-syscall-note OR MIT'
LGPL-2.0-or-later
@@ -18,7 +18,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
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liburing/-/commit/2363191349f1a01d7eefa0af41945d689b4d9adf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liburing/-/commit/2363191349f1a01d7eefa0af41945d689b4d9adf
You're receiving this email because of your account on gitlab.archlinux.org.