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

Christian Hesse eworm at archlinux.org
Thu May 7 05:32:31 UTC 2020


    Date: Thursday, May 7, 2020 @ 05:32:31
  Author: eworm
Revision: 382575

add soname provides

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 05:27:45 UTC (rev 382574)
+++ PKGBUILD	2020-05-07 05:32:31 UTC (rev 382575)
@@ -98,6 +98,8 @@
   pkgdesc="Device mapper userspace library and tools"
   url="http://sourceware.org/dm/"
   depends=('glibc' 'systemd-libs')
+  provides=('libdevmapper.so'
+    'libdevmapper-event.so')
 
   cd lvm2/
 



More information about the arch-commits mailing list