summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Kolesnikov2016-10-30 00:25:29 +0400
committerIvan Kolesnikov2016-10-30 00:25:29 +0400
commite5f3ae10de413eb56aec176ceab9ae0002054f8a (patch)
treef37fc72891f034ad9512d829881265cfa609d04c
parent03ec81def39071d503245fe1b31a708a1521068b (diff)
downloadaur-e5f3ae10de413eb56aec176ceab9ae0002054f8a.tar.gz
New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63662aeded89..e6ee4a919ca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = mcu-info-util-git
- pkgdesc = Small utility for generate C/C++ headers and linker script for some MCUs
- pkgver = 0.2
+ pkgdesc = Utility which can find toolchain and compiler flags for specified MCU and generated linker script and header file if needed
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/KivApple/mcu-info-util
arch = any
- license = custom
+ license = MIT
makedepends = python-setuptools
depends = python
+ depends = cmsis-svd-git
+ optdepends = avr-gcc: AVR toolchain
+ optdepends = avr-libc: AVR libc
+ optdepends = arm-none-eabi-gcc: ARM toolchain
source = mcu-info-util::git+https://github.com/KivApple/mcu-info-util
md5sums = SKIP
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')