summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-11-19 12:42:37 +0800
committerJack Chen2020-11-19 12:42:37 +0800
commit038ba2a46c7dd1b9e8c1c4e5509da49a7e7a22ab (patch)
tree58d996b9c42590358e5fa55450ae84be15f453fd
parentecd55246b9d0947824139183474e8860e8053881 (diff)
downloadaur-038ba2a46c7dd1b9e8c1c4e5509da49a7e7a22ab.tar.gz
update makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c004718ebb83..291fcbadda7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = linux-rockchip
arch = armv7h
license = GPL2
makedepends = coreutils
+ makedepends = findutils
makedepends = curl
makedepends = grep
makedepends = sed
diff --git a/PKGBUILD b/PKGBUILD
index 2eea09a8992e..11018ae4c743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
arch=('armv7h')
url="https://apt.armbian.com"
license=('GPL2')
-makedepends=('coreutils' 'curl' 'grep' 'sed')
+makedepends=('coreutils' 'findutils' 'curl' 'grep' 'sed')
options=('!strip')
_pkgfile=$(curl -s -L https://apt.armbian.com/dists/focal/main/binary-armhf/Packages -o Packages)