summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17efc161183d..3b4c85ea22da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,15 @@
pkgname=('mcu-info-util-git')
-pkgver=0.2
+pkgver=0.4
pkgrel=1
-pkgdesc='Small utility for generate C/C++ headers and linker script for some MCUs'
+pkgdesc='Utility which can find toolchain and compiler flags for specified MCU and generated linker script and header file if needed'
arch=('any')
url='https://github.com/KivApple/mcu-info-util'
-license=('custom')
-depends=('python')
+license=('MIT')
+depends=('python' 'cmsis-svd-git')
makedepends=('python-setuptools')
+optdepends=('avr-gcc: AVR toolchain'
+ 'avr-libc: AVR libc'
+ 'arm-none-eabi-gcc: ARM toolchain')
source=('mcu-info-util::git+https://github.com/KivApple/mcu-info-util')
md5sums=('SKIP')