summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorloredan132020-01-07 22:40:41 +0300
committerloredan132020-01-07 22:40:41 +0300
commite6eea7e585f629fd783a76e54aec9185ea483dec (patch)
treeab12f35dad62af3b82d25be4d7596c4b840bd654 /PKGBUILD
parentcf7284e57805e7936ba27df888d958fc92a8a19c (diff)
downloadaur-e6eea7e585f629fd783a76e54aec9185ea483dec.tar.gz
Moved x86_64 dependencies to optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c15c3fae5be..4362725e3d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,10 +20,10 @@ depends=(
avr-binutils
avr-libc
)
-depends_x86_64=(
- arm-none-eabi-gcc
- arm-none-eabi-newlib
- stm32flash
+optdepends_x86_64=(
+ 'arm-none-eabi-gcc: for ARM MCU firmware compilation'
+ 'arm-none-eabi-newlib: for ARM MCU firmware compilation'
+ 'stm32flash: for flashing firmware on STM MCU'
)
makedepends=('git')
provides=("${pkgname%-git}")