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

David Runge dvzrv at gemini.archlinux.org
Fri Sep 10 08:50:06 UTC 2021


    Date: Friday, September 10, 2021 @ 08:50:06
  Author: dvzrv
Revision: 423713

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-10 08:49:58 UTC (rev 423712)
+++ PKGBUILD	2021-09-10 08:50:06 UTC (rev 423713)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=liburing
-pkgver=2.0
-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 423712, liburing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-10 08:50:06 UTC (rev 423713)
@@ -0,0 +1,29 @@
+# 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"
+}



More information about the arch-commits mailing list