Date: Monday, August 19, 2019 @ 10:08:00
  Author: foxboron
Revision: 500158

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-19 10:07:43 UTC (rev 500157)
+++ PKGBUILD    2019-08-19 10:08:00 UTC (rev 500158)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <foxbo...@archlinux.org>
-# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot <niQo @ aur>
-# Contributor: Martin Schrodt <mar...@schrodt.org>
-
-pkgname=nvme-cli
-pkgver=1.8.1
-pkgrel=2
-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=('93b9134b7a4cc36c9444b9ee52ef016be6e3e2f2ece50fab1f4a56ebe1e3612b')
-
-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" PREFIX=/usr SBINDIR=/usr/bin install
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 500157, 
nvme-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-08-19 10:08:00 UTC (rev 500158)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxbo...@archlinux.org>
+# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot <niQo @ aur>
+# Contributor: Martin Schrodt <mar...@schrodt.org>
+
+pkgname=nvme-cli
+pkgver=1.9
+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=('d7c3d56f36f81c0933f7b7c3f90c4196be0fec758affc8062c525b6bc5ea65f5')
+
+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" PREFIX=/usr SBINDIR=/usr/bin install
+}

Reply via email to