* update nvme-cli to 2.5-1

This commit is contained in:
Alexander Baldeck 2023-07-24 19:45:30 +02:00
parent 0eebe171ec
commit f9feeb9322

View File

@ -1,4 +1,3 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Morten Linderud <foxboron@archlinux.org>
# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
# Contributor: DriverX
@ -6,19 +5,19 @@
# Contributor: Martin Schrodt <martin@schrodt.org>
pkgname=nvme-cli
pkgver=2.4
pkgrel=3
pkgver=2.5
pkgrel=1
pkgdesc="NVM-Express user space tooling for Linux"
arch=(i686 x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/linux-nvme/nvme-cli"
license=('GPL')
makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto' 'swig')
depends=('util-linux' 'libsystemd')
depends=('util-linux' 'libsystemd' 'libnvme')
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=('7f80102a933e3bf46f4f2089cad119c827a363478235f66b89ddaad9ca57d019')
sha256sums=('e84bdba276aadcddda8cf5d412e934cc5673af15132ea02180deb5d06af73146')
build() {
cd "${pkgname}-${pkgver}"