summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-11-28 08:57:57 +0800
committerJack Chen2020-11-28 08:57:57 +0800
commita451cad1af7286a209798efafb994aa5c5dd55bc (patch)
treeaa8ace0d66f2a082dd8b2896d35709a32dd5d08c
parentd7d7a12862ba68acb7bac1083b630aa7e08821f6 (diff)
downloadaur-a451cad1af7286a209798efafb994aa5c5dd55bc.tar.gz
update makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07182653440c..5e8d8a9df797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = uboot-tinkerboard
install = uboot-tinkerboard.install
arch = armv7h
license = GPL2
- makedepends = curl
makedepends = uboot-tools
noextract = mkscr
noextract = boot.txt
@@ -21,3 +20,4 @@ pkgbase = uboot-tinkerboard
sha512sums = SKIP
pkgname = uboot-tinkerboard
+
diff --git a/PKGBUILD b/PKGBUILD
index 3861bcd31f74..03c429ceaba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('armv7h')
url="https://github.com/armbian/build"
license=('GPL2')
backup=('boot/boot.txt' 'boot/boot.scr')
-makedepends=('curl' 'uboot-tools')
+makedepends=('uboot-tools')
install="$pkgname.install"
source=(
"mkscr"