summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatol Pomozov2022-01-03 14:20:33 -0800
committerAnatol Pomozov2022-01-03 14:20:33 -0800
commitcf79343bc014c0ffaf1c994ce72a6395409eae9c (patch)
treef4d718bab58e59fc97885c6684cdc093eb7c4631 /PKGBUILD
parent798ac1c88afcfd25076345c0d18a35dcf8ca9ece (diff)
downloadaur-dfu-convert-git.tar.gz
Use python3-fiendly fork
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1189f082022..426301b02791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgver=r8.e2b1c1c
pkgrel=1
pkgdesc='Tool that converts RAW binary firmware into DFU format and back'
arch=(any)
-url='https://github.com/plietar/dfuse-tool'
+url='https://github.com/dsavinkin/dfuse-tool'
license=(unknown)
-depends=(python2 python2-intelhex)
+depends=(python python-intelhex)
makedepends=(git)
source=(git://github.com/plietar/dfuse-tool)
sha512sums=('SKIP')