[arch-commits] Commit in liburing/repos/extra-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Jun 26 20:11:51 UTC 2022


    Date: Sunday, June 26, 2022 @ 20:11:51
  Author: dvzrv
Revision: 449448

archrelease: copy trunk to extra-x86_64

Added:
  liburing/repos/extra-x86_64/PKGBUILD
    (from rev 449447, liburing/trunk/PKGBUILD)
Deleted:
  liburing/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 20:11:39 UTC (rev 449447)
+++ PKGBUILD	2022-06-26 20:11:51 UTC (rev 449448)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=liburing
-pkgver=2.1
-pkgrel=1
-pkgdesc="Linux-native io_uring I/O access library"
-arch=('x86_64')
-url="https://git.kernel.dk/cgit/liburing/"
-license=('LGPL2.1' 'MIT')
-depends=('glibc')
-makedepends=('git')
-provides=('liburing.so')
-source=("git+https://git.kernel.dk/liburing#tag=liburing-$pkgver?signed")
-sha512sums=('SKIP')
-validpgpkeys=('C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6') # Jens Axboe <axboe at kernel.dk>
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix='/usr' \
-              --mandir='/usr/share/man'
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: liburing/repos/extra-x86_64/PKGBUILD (from rev 449447, liburing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-26 20:11:51 UTC (rev 449448)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=liburing
+pkgver=2.2
+_commit=dda4848a9911120a903bef6284fb88286f4464c9  # refs/tags/liburing-2.2^{}
+pkgrel=1
+pkgdesc="Linux-native io_uring I/O access library"
+arch=(x86_64)
+url="https://git.kernel.dk/cgit/liburing/"
+license=(LGPL2.1 MIT)
+depends=(glibc)
+makedepends=(git)
+provides=(liburing.so)
+options=(debug)
+source=(git+https://git.kernel.dk/liburing#commit=$_commit)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" install -C $pkgname
+  install -vDm 644 $pkgname/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list