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

Christian Hesse eworm at gemini.archlinux.org
Mon Mar 21 08:16:39 UTC 2022


    Date: Monday, March 21, 2022 @ 08:16:39
  Author: eworm
Revision: 440398

add optional dependencies (FS#74107)

Modified:
  e2fsprogs/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 06:47:45 UTC (rev 440397)
+++ PKGBUILD	2022-03-21 08:16:39 UTC (rev 440398)
@@ -48,6 +48,9 @@
 
 package_e2fsprogs() {
   depends=('sh' 'util-linux-libs')
+  optdepends=('lvm2: for e2scrub'
+              'util-linux:for e2scrub'
+              'smtp-forwarder: for e2scrub_fail script')
   provides=('libcom_err.so'
             'libe2p.so'
             'libext2fs.so'



More information about the arch-commits mailing list