Date: Monday, August 1, 2022 @ 22:23:16 Author: coderobe Revision: 1259709
upgpkg: nvme-cli 2.1.1-1 Modified: nvme-cli/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-01 22:16:23 UTC (rev 1259708) +++ PKGBUILD 2022-08-01 22:23:16 UTC (rev 1259709) @@ -5,19 +5,19 @@ # Contributor: Martin Schrodt <[email protected]> pkgname=nvme-cli -pkgver=2.0 -pkgrel=3 +pkgver=2.1.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=('systemd' 'meson' 'git') +makedepends=('systemd' 'meson' 'git' 'asciidoc') 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=('471869b3bf643bb357dc9613ad14d24ff342fcd97e2db5a753c81c335ad8859c') +sha256sums=('cc8bd36b9aa71243e2bace238aa5505244fef3fef5418b0c61f75d1988458272') build() { cd "${pkgname}-${pkgver}"
