Date: Sunday, April 2, 2023 @ 11:11:04 Author: foxboron Revision: 1433561
upgpkg: nvme-cli 2.4-1 Modified: nvme-cli/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-02 10:07:00 UTC (rev 1433560) +++ PKGBUILD 2023-04-02 11:11:04 UTC (rev 1433561) @@ -5,19 +5,19 @@ # Contributor: Martin Schrodt <[email protected]> pkgname=nvme-cli -pkgver=2.3 +pkgver=2.4 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' 'xmlto') +makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto' 'swig') depends=('util-linux' 'libsystemd') 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=('2e36dc890567374fcaacb91a0d1eace0f0676524e53acd9e5660e848d393cc6b') +sha256sums=('7f80102a933e3bf46f4f2089cad119c827a363478235f66b89ddaad9ca57d019') build() { cd "${pkgname}-${pkgver}"
