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

Frederik Schwan freswa at archlinux.org
Thu Jun 17 20:39:53 UTC 2021


    Date: Thursday, June 17, 2021 @ 20:39:53
  Author: freswa
Revision: 964757

Cleanup depends

use .so deps where possible
remove libsoup dep as it has been superseded by libcurl since 1.5.3

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 20:37:16 UTC (rev 964756)
+++ PKGBUILD	2021-06-17 20:39:53 UTC (rev 964757)
@@ -11,9 +11,11 @@
 url="https://github.com/fwupd/fwupd"
 license=(LGPL)
 depends=(libxmlb efivar python libsmbios libgusb
-         libsoup json-glib gcab libarchive gpgme
-         libgudev polkit shared-mime-info tpm2-tss
-         flashrom libjcat fwupd-efi libmm-glib libqmi)
+         polkit shared-mime-info tpm2-tss flashrom
+         libjcat fwupd-efi gcab
+         libarchive.so libcurl.so libgpgme.so
+         libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
+         libqmi-glib.so)
 optdepends=(
     'udisks2: UEFI firmware upgrade support'
 )



More information about the arch-commits mailing list