summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wadley2023-07-19 23:48:46 +1000
committerTom Wadley2023-07-19 23:59:51 +1000
commit2f3e58ff02ff938776607850864bd11c29101b18 (patch)
tree5a0216f549ad7e8c5ed8cd9fb9e42ede79976c10
parent71826a9b1a07dca190db485bf26e0f84b32ab14b (diff)
downloadaur-librem5-flash-image-git.tar.gz
Switch uuu dependency for mfgtool
There is currently another package providing "uuu" which looks like something unrelated.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deab0c8bfbbd..ff01c15267a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librem5-flash-image-git
pkgdesc = Image flashing tool for Librem 5 devices and related devices
- pkgver = v0.0.2.r94.gd825f0a
+ pkgver = v0.0.4.r2.ge501c45
pkgrel = 1
url = https://source.puri.sm/Librem5/librem5-flash-image
arch = any
@@ -13,7 +13,7 @@ pkgbase = librem5-flash-image-git
depends = python-tqdm
depends = python-yaml
depends = usbutils
- depends = uuu
+ depends = mfgtool
provides = librem5-flash-image
conflicts = librem5-flash-image
source = librem5-flash-image-git::git+https://source.puri.sm/Librem5/librem5-flash-image.git
diff --git a/PKGBUILD b/PKGBUILD
index 85f875179111..bba1933e55e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tom Wadley <tom@tomwadley.net>
pkgname=librem5-flash-image-git
-pkgver=v0.0.2.r94.gd825f0a
+pkgver=v0.0.4.r2.ge501c45
pkgrel=1
pkgdesc="Image flashing tool for Librem 5 devices and related devices"
url="https://source.puri.sm/Librem5/librem5-flash-image"
arch=('any')
license=('GPL3')
-depends=('python' 'python-coloredlogs' 'python-python-jenkins' 'python-requests' 'python-tqdm' 'python-yaml' 'usbutils' 'uuu')
+depends=('python' 'python-coloredlogs' 'python-python-jenkins' 'python-requests' 'python-tqdm' 'python-yaml' 'usbutils' 'mfgtool')
makedepends=('git')
provides=('librem5-flash-image')
conflicts=('librem5-flash-image')