[arch-commits] Commit in nvme-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Apr 25 10:47:31 UTC 2020
Date: Saturday, April 25, 2020 @ 10:47:30
Author: foxboron
Revision: 620630
archrelease: copy trunk to community-x86_64
Added:
nvme-cli/repos/community-x86_64/PKGBUILD
(from rev 620629, 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-04-25 10:47:22 UTC (rev 620629)
+++ PKGBUILD 2020-04-25 10:47:30 UTC (rev 620630)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot <niQo @ aur>
-# Contributor: Martin Schrodt <martin at schrodt.org>
-
-pkgname=nvme-cli
-pkgver=1.10.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=('6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31')
-
-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 620629, nvme-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-25 10:47:30 UTC (rev 620630)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot <niQo @ aur>
+# Contributor: Martin Schrodt <martin at schrodt.org>
+
+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
+}
More information about the arch-commits
mailing list