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

Anatol Pomozov anatolik at gemini.archlinux.org
Sun Sep 12 17:44:58 UTC 2021


    Date: Sunday, September 12, 2021 @ 17:44:57
  Author: anatolik
Revision: 1014572

upgpkg: dfu-util 0.11-2: Fix the PKGBUILD typo

Modified:
  dfu-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-12 17:43:53 UTC (rev 1014571)
+++ PKGBUILD	2021-09-12 17:44:57 UTC (rev 1014572)
@@ -4,7 +4,7 @@
 
 pkgname=dfu-util
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool intended to download and upload firmware using DFU protocol to devices connected over USB'
 url='http://dfu-util.sourceforge.net/'
 license=(GPL2)
@@ -11,7 +11,7 @@
 arch=(x86_64)
 depends=(libusb)
 optdepends=(
-  'python: dfuse-hack tool support'
+  'python: dfuse-pack tool support'
   'python-intelhex: Intel HEX file format support'
 )
 source=(http://dfu-util.sourceforge.net/releases/$pkgname-$pkgver.tar.gz)



More information about the arch-commits mailing list