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

Bruno Pagani archange at gemini.archlinux.org
Fri May 20 16:45:07 UTC 2022


    Date: Friday, May 20, 2022 @ 16:45:07
  Author: archange
Revision: 1209411

Actually depends on libusb 1.x directly

Modified:
  flashrom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 16:39:15 UTC (rev 1209410)
+++ PKGBUILD	2022-05-20 16:45:07 UTC (rev 1209411)
@@ -6,12 +6,12 @@
 
 pkgname=flashrom
 pkgver=1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
 arch=(x86_64)
 url="https://www.flashrom.org/"
 license=(GPL)
-depends=(libftdi pciutils libusb-compat)
+depends=(libftdi pciutils libusb)
 makedepends=(meson)
 optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
 source=("https://download.flashrom.org/releases/${pkgname}-v${pkgver}.tar.bz2"{,.asc})



More information about the arch-commits mailing list