summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3b96796379..aac97e3c2db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = stm32cubeh7
arch = any
license = custom:Mix Ultimate Liberty+OSS+3rd-party V1
makedepends = libarchive
- depends = bash
- depends = perl
optdepends = arm-none-eabi-gcc: ARM compiler
optdepends = arm-none-eabi-gdb: ARM GDB
optdepends = arm-none-eabi-newlib: ARM bare metal files
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'