[arch-commits] Commit in nvme-cli/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Tue Aug 23 18:55:30 UTC 2022


    Date: Tuesday, August 23, 2022 @ 18:55:30
  Author: foxboron
Revision: 1275851

upgpkg: nvme-cli 2.1.2-1

Modified:
  nvme-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 18:55:29 UTC (rev 1275850)
+++ PKGBUILD	2022-08-23 18:55:30 UTC (rev 1275851)
@@ -5,19 +5,19 @@
 # Contributor: Martin Schrodt <martin at schrodt.org>
 
 pkgname=nvme-cli
-pkgver=2.1.1
+pkgver=2.1.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=('systemd' 'meson' 'git' 'asciidoc')
+makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto')
 depends=('util-linux' 'libsystemd')
 options=(debug strip)
 install=nvme-cli.install
 # checkdepends=('python2-nose' 'python-nose')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('cc8bd36b9aa71243e2bace238aa5505244fef3fef5418b0c61f75d1988458272')
+sha256sums=('b39811fd2ab8005d515f2f539984cc08f9ab1fe34e5359da10091fdf153df231')
 
 build() {
 	cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list