summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2021-02-20 10:01:24 +0100
committerPeter Ivanov2021-02-20 10:01:24 +0100
commitc732c8229834bc11eaea7414c2f016ad8bf08d2c (patch)
treecff9964a43f9644175caaccb09b5c8999b52474c
parent2aaf7506e800f7b143c101d179b5a8c8967847a0 (diff)
downloadaur-dfu-util-git.tar.gz
Alternative GIT source was added.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f87a2f1516f1..8e6402a9878b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = dfu-util-git
pkgdesc = Tool intended to download and upload firmware using DFU protocol to devices connected over USB
- pkgver = 20200630
- pkgrel = 2
+ pkgver = 20210210
+ pkgrel = 1
url = http://dfu-util.gnumonks.org
install = dfu-util.install
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
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
+ source = dfu-util::git+https://gitlab.com/dfu-util/dfu-util
sha256sums = 64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b33817ff521e..a6facdaa9957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,22 @@
# Contributor: Fabrizio Antonangeli <fabrizio.antonangeli@gmail.com>
pkgname=dfu-util-git
-pkgver=20200630
-pkgrel=2
+pkgver=20210210
+pkgrel=1
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')
+makedepends=('git')
depends=('libusb')
conflicts=('dfu-util')
provides=('dfu-util')
install=dfu-util.install
-_gitroot=git://git.code.sf.net/p/dfu-util/dfu-util
+#_gitroot=git://git.code.sf.net/p/dfu-util/dfu-util
+_gitroot=https://gitlab.com/dfu-util/dfu-util
_gitname=dfu-util
source=("stm32dfu.udev.rules"
- "$_gitname::$_gitroot")
+ "$_gitname::git+$_gitroot")
sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
'SKIP')