summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Gorodinsky2023-07-01 00:31:14 +0300
committerEugene Gorodinsky2023-07-01 00:31:14 +0300
commite462e0c6f730260ecf7f5afb33d00cb5489ff89a (patch)
treed00c00af08b702f6db4845f0ee0788cd9efa5455 /PKGBUILD
parentd9ffacdeea363ed1574c83d528994ab97efa979d (diff)
downloadaur-libblockdev-lean.tar.gz
Add missing libnvme dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38849c3cfa7f..a600e31e15a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/storaged-project/libblockdev"
provides=(libblockdev)
conflicts=(libblockdev)
license=('LGPL')
-depends=('parted')
+depends=('parted' 'nvme-cli')
makedepends=('gobject-introspection' 'systemd' 'python' 'autoconf' 'autoconf-archive' 'libbytesize')
source=("$pkgname-$pkgver.tar.gz::https://github.com/storaged-project/libblockdev/archive/$pkgver-1.tar.gz")
sha512sums=('SKIP')