* update nvme-cli to 2.9.1-1

This commit is contained in:
Alexander Baldeck 2024-06-20 00:46:07 +02:00
parent 1a53c85140
commit ed1a3aea47

View File

@ -6,7 +6,7 @@
# Contributor: Martin Schrodt <martin@schrodt.org>
pkgname=nvme-cli
pkgver=2.8
pkgver=2.9.1
pkgrel=1
pkgdesc="NVM-Express user space tooling for Linux"
arch=(i686 x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,11 +14,11 @@ url="https://github.com/linux-nvme/nvme-cli"
license=('GPL')
makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto' 'swig')
depends=('util-linux' 'libsystemd' 'libnvme')
options=(!ccache strip)
options=(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=('0743d9188792a87d39187ae5e5cb31e8f46cca8c6f100547c50ec0dd659d2531')
sha256sums=('4b61684a1d23de1d9d0abd3f273799c60256c0e2a2e68a790d7945183fe33874')
build() {
cd "${pkgname}-${pkgver}"