summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c6b235aeea0..f87a2f1516f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = dfu-util-git
pkgdesc = Tool intended to download and upload firmware using DFU protocol to devices connected over USB
pkgver = 20200630
- pkgrel = 1
+ pkgrel = 2
url = http://dfu-util.gnumonks.org
install = dfu-util.install
arch = i686
arch = x86_64
license = GPL2
depends = libusb
+ provides = dfu-util
conflicts = dfu-util
source = stm32dfu.udev.rules
source = dfu-util::git://git.code.sf.net/p/dfu-util/dfu-util
diff --git a/PKGBUILD b/PKGBUILD
index 52e23ad074c1..b33817ff521e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
pkgname=dfu-util-git
pkgver=20200630
-pkgrel=1
+pkgrel=2
pkgdesc='Tool intended to download and upload firmware using DFU protocol to devices connected over USB'
url='http://dfu-util.gnumonks.org'
license=(GPL2)
arch=('i686' 'x86_64')
depends=('libusb')
conflicts=('dfu-util')
+provides=('dfu-util')
install=dfu-util.install
_gitroot=git://git.code.sf.net/p/dfu-util/dfu-util
_gitname=dfu-util