summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Ivanov2020-08-16 07:57:45 +0200
committerPeter Ivanov2020-08-16 07:57:45 +0200
commit2aaf7506e800f7b143c101d179b5a8c8967847a0 (patch)
treef20fb2732eb7b49a24e8dc3cb42473660c4e509b /PKGBUILD
parent25ba069088b8232c193cccb5e50fe35b268b293a (diff)
downloadaur-2aaf7506e800f7b143c101d179b5a8c8967847a0.tar.gz
"provides" value was filled.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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