summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2025-04-13 17:49:22 +0800
committeryjun2025-04-13 17:49:22 +0800
commit3aef942c011ac6cc37723e40cdeb9ee4e99767ef (patch)
tree05105ed3b7da13a1ff286a537dba06aa75c55013
parenteeb422770c41e020550a3eb59a6ef3e9b3177249 (diff)
downloadaur-3aef942c011ac6cc37723e40cdeb9ee4e99767ef.tar.gz
[fix]: add git as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4a308ff17a5..a1bbcccdc652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = aml-flash-tool
pkgdesc = Linux version of Amlogic USB Burning Tool.
pkgver = 4.9
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/khadas/utils/tree/master/aml-flash-tool
arch = x86_64
license = unknown
+ makedepends = git
depends = libusb
depends = libusb-compat
provides = aml-flash
diff --git a/PKGBUILD b/PKGBUILD
index 9ab30f2d97ce..c0c6419d69cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=aml-flash-tool
pkgver=4.9
-pkgrel=4
+pkgrel=5
pkgdesc="Linux version of Amlogic USB Burning Tool."
arch=('x86_64')
url="https://github.com/khadas/utils/tree/master/aml-flash-tool"
license=('unknown')
depends=('libusb'
'libusb-compat')
+makedepends=('git')
# aml-update : update - Amlogic update USB tool(Ver 1.7.2) 2018/04
# aml-flash-tool: flash-tool - Version : 4.9
source=("${pkgname}-${pkgver}::git+https://github.com/khadas/utils#"