Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
liburing


Commits:
fb50c54a by Antonio Rojas at 2025-06-04T11:17:01+02:00
upgpkg: 2.10-2: Backport build fix for samba

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = liburing
        pkgdesc = Linux-native io_uring I/O access library
        pkgver = 2.10
-       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


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=liburing
 pkgver=2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux-native io_uring I/O access library"
 arch=(x86_64)
 url="https://git.kernel.dk/cgit/liburing";
@@ -21,6 +21,11 @@ 
source=("git+https://git.kernel.dk/liburing.git?signed#tag=$pkgname-$pkgver";)
 
sha512sums=('3a391208aea703715d6a797244b597170a809af12d9f6dac5d5396e0baa985e061dd66c71bb8687ef3abfbd20479eca36618c17889691d687088afc0e818d0ee')
 validpgpkeys=(C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6)  # Jens Axboe 
<[email protected]>
 
+prepare() {
+  cd liburing
+  git cherry-pick -n 6836160ae6ae9fdc20d703de55162bfc97169542 # Build fix for 
samba
+}
+
 build() {
   local configure_options=(
     --prefix=/usr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liburing/-/commit/fb50c54a91b434f216d70d85b3549c0c4ef59fb6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liburing/-/commit/fb50c54a91b434f216d70d85b3549c0c4ef59fb6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to