diff options
author | yjun | 2025-04-13 17:49:22 +0800 |
---|---|---|
committer | yjun | 2025-04-13 17:49:22 +0800 |
commit | 3aef942c011ac6cc37723e40cdeb9ee4e99767ef (patch) | |
tree | 05105ed3b7da13a1ff286a537dba06aa75c55013 | |
parent | eeb422770c41e020550a3eb59a6ef3e9b3177249 (diff) | |
download | aur-3aef942c011ac6cc37723e40cdeb9ee4e99767ef.tar.gz |
[fix]: add git as makedepends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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#" |