summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNBonaparte2017-11-23 20:22:34 -0800
committerNBonaparte2017-11-23 20:22:58 -0800
commita5dc896f57858be96f45f69f9ee4692c19d195df (patch)
tree97d8da619f6e4f24c975de71bf73902f6ca16ce3 /PKGBUILD
parent20121e0c83186558bc82482ae22cc4ce490457c3 (diff)
downloadaur-stm32cubeh7.tar.gz
remove unneeded depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cef4918d8222..3a7377fc5e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ arch=('any')
url="http://www.st.com/en/embedded-software/stm32cubeh7.html"
license=('custom:Mix Ultimate Liberty+OSS+3rd-party V1')
groups=()
-depends=('bash'
- 'perl')
+depends=()
makedepends=('libarchive')
optdepends=('arm-none-eabi-gcc: ARM compiler'
'arm-none-eabi-gdb: ARM GDB'