Date: Monday, January 23, 2023 @ 18:39:06
  Author: eworm
Revision: 467248

make libaio a make dependency

Modified:
  lvm2/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-23 16:55:42 UTC (rev 467247)
+++ PKGBUILD    2023-01-23 18:39:06 UTC (rev 467248)
@@ -9,7 +9,7 @@
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')
-makedepends=('git' 'systemd' 'thin-provisioning-tools')
+makedepends=('git' 'systemd' 'libaio' 'thin-provisioning-tools')
 validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17'  # Alasdair G Kergon 
<[email protected]>
               'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos 
<[email protected]>
 source=("git+https://sourceware.org/git/lvm2.git#tag=${_tag}?signed";

Reply via email to