[arch-commits] Commit in lvm2/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Aug 1 19:09:31 UTC 2018


    Date: Wednesday, August 1, 2018 @ 19:09:31
  Author: eworm
Revision: 330423

explicitly depend on libutil-linux

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-01 19:07:44 UTC (rev 330422)
+++ PKGBUILD	2018-08-01 19:09:31 UTC (rev 330423)
@@ -94,7 +94,7 @@
 
 package_lvm2() {
   pkgdesc="Logical Volume Manager 2 utilities"
-  depends=('bash' "device-mapper>=${pkgver}" 'libsystemd' 'readline' 'thin-provisioning-tools')
+  depends=('bash' "device-mapper>=${pkgver}" 'libsystemd' 'libutil-linux' 'readline' 'thin-provisioning-tools')
   conflicts=('lvm' 'mkinitcpio<0.7')
   backup=('etc/lvm/lvm.conf'
     'etc/lvm/lvmlocal.conf')



More information about the arch-commits mailing list