Dfu-util-git package repository update request

I want to open under dev topic but this topic not related to Manjaro Development :stuck_out_tongue:

I can’t access dfu-util-git package repository but dfu-util / dfu-util · GitLab it works.
Could you update dfu-util package repo because version little old.

paru -Ss dfu-util
community/dfu-util 0.10-1 [34.94KB 104.31KB] [Installed]
    Tool intended to download and upload firmware using DFU protocol to devices connected over USB
aur/qm-dfu-util 1.2.0-1 [+1 ~0.00] [Orphaned]
    UART-based dfu-util for Quark MCUs
aur/dfu-util-git 20200630-2 [+1 ~0.40]
    Tool intended to download and upload firmware using DFU protocol to devices connected over USB
aur/qm-dfu-util-git r373.9aa7b29-1 [+0 ~0.00] [Orphaned]
    UART-based dfu-util for Quark MCUs

paru -S dfu-util-git
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1) dfu-util-git-20200630-2

:: Proceed to review? [Y/n]: y

:: Downloading PKGBUILDs...
 (1/1) dfu-util-git-20200630-2                                                                                                     [---------------------------------------------------------------------------------------------------------]
# $Id$
# Maintainer: Peter Ivanov <ivanovp@gmail.com>
# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig@har-ikkje.net>
# Contributor: Fabrizio Antonangeli <fabrizio.antonangeli@gmail.com>

pkgname=dfu-util-git
pkgver=20200630
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
source=("stm32dfu.udev.rules"
        "$_gitname::$_gitroot")
sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
            'SKIP')

pkgver() {
  cd "$srcdir/$_gitname"
  git log -1 --format="%cd" --date=short | tr -d '-'
}

build() {
  cd $_gitname
  ./autogen.sh
  ./configure --prefix=/usr
  make
}

package() {
  cd $_gitname
  make DESTDIR="$pkgdir" install
  install -Dm644 "$srcdir"/stm32dfu.udev.rules "$pkgdir"/usr/lib/udev/rules.d/48-stm32dfu.rules
}



:: Proceed with installation? [Y/n]: 
fetching devel info...
==> Making package: dfu-util-git 20200630-2 (Cum 19 Şub 2021 10:41:53)
==> Retrieving sources...
  -> Found stm32dfu.udev.rules
  -> Cloning dfu-util git repo...
Cloning into bare repository '/home/axe/.cache/paru/clone/dfu-util-git/dfu-util'...
fatal: unable to connect to git.code.sf.net:
git.code.sf.net[0: 216.105.38.16]: errno=Connection timed out

==> ERROR: Failure while downloading dfu-util git repo
    Aborting...
:: Packages failed to build: dfu-util-git-20200630-2

By how can I remove orphaned packages?

It’s an AUR package, you will have to raise the problem with the maintainer on the AUR

https://aur.archlinux.org/packages/dfu-util-git/

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.