Date: Thursday, May 28, 2020 @ 21:16:25
  Author: foxboron
Revision: 636749

archrelease: copy trunk to community-x86_64

Added:
  nvme-cli/repos/community-x86_64/PKGBUILD
    (from rev 636748, nvme-cli/trunk/PKGBUILD)
Deleted:
  nvme-cli/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-28 21:16:17 UTC (rev 636748)
+++ PKGBUILD    2020-05-28 21:16:25 UTC (rev 636749)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot <niQo @ aur>
-# Contributor: Martin Schrodt <[email protected]>
-
-pkgname=nvme-cli
-pkgver=1.11.1
-pkgrel=1
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli";
-license=('GPL')
-makedepends=('libsystemd')
-# checkdepends=('python2-nose' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('7c8dddbba92cf82ff50416476fe60357ecb2048470dca33765c3f36bf89b48ac')
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       make PREFIX=/usr
-}
-
-# Tests require a working NVME disk.
-# check() {
-#      cd "${pkgname}-${pkgver}"
-#      make test
-# }
-
-package() {
-       cd "${pkgname}-${pkgver}"
-       make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 636748, 
nvme-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-28 21:16:25 UTC (rev 636749)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot <niQo @ aur>
+# Contributor: Martin Schrodt <[email protected]>
+
+pkgname=nvme-cli
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli";
+license=('GPL')
+makedepends=('libsystemd')
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('8da56ba2e02f05a2d3027379e012e16a6af1a5f7be2241fa5cb9b9222ad465c2')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       make PREFIX=/usr
+}
+
+# Tests require a working NVME disk.
+# check() {
+#      cd "${pkgname}-${pkgver}"
+#      make test
+# }
+
+package() {
+       cd "${pkgname}-${pkgver}"
+       make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install
+}

Reply via email to