package dependency updates, source file renamed, headless install (without X11)
This commit is contained in:
parent
085db409e9
commit
321f557605
2 changed files with 10 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,18 +1,18 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Jun 8 12:14:11 UTC 2018
|
||||
# Fri Jun 8 12:21:52 UTC 2018
|
||||
pkgbase = stm32cubemx
|
||||
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
||||
pkgver = 4.26.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html
|
||||
arch = any
|
||||
license = custom
|
||||
makedepends = imagemagick
|
||||
depends = lib32-glibc
|
||||
depends = java-environment
|
||||
depends = java-runtime
|
||||
depends = bash
|
||||
options = !strip
|
||||
source = http://www.st.com/content/ccc/resource/technical/software/sw_development_suite/00/22/e1/cf/b7/83/42/25/stm32cubemx.zip/files/stm32cubemx.zip/jcr:content/translations/en.stm32cubemx.zip
|
||||
source = stm32cubemx-4.26.0.zip::http://www.st.com/content/ccc/resource/technical/software/sw_development_suite/00/22/e1/cf/b7/83/42/25/stm32cubemx.zip/files/stm32cubemx.zip/jcr:content/translations/en.stm32cubemx.zip
|
||||
source = LICENSE
|
||||
source = stm32cubemx.desktop
|
||||
source = stm32cubemx.sh
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -6,7 +6,7 @@
|
|||
# Maintainer: Karsten Pufahl <kontakt <AT> karstenpufahl.de>
|
||||
pkgname=stm32cubemx
|
||||
pkgver=4.26.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=
|
||||
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
||||
arch=(any)
|
||||
|
@ -14,7 +14,7 @@ url="http://www.st.com/content/st_com/en/products/development-tools/software-dev
|
|||
license=('custom')
|
||||
groups=()
|
||||
depends=('lib32-glibc'
|
||||
'java-environment'
|
||||
'java-runtime'
|
||||
'bash')
|
||||
makedepends=('imagemagick')
|
||||
checkdepends=()
|
||||
|
@ -26,7 +26,7 @@ backup=()
|
|||
options=(!strip)
|
||||
install=
|
||||
changelog=
|
||||
source=("http://www.st.com/content/ccc/resource/technical/software/sw_development_suite/00/22/e1/cf/b7/83/42/25/stm32cubemx.zip/files/stm32cubemx.zip/jcr:content/translations/en.stm32cubemx.zip"
|
||||
source=("stm32cubemx-$pkgver.zip::http://www.st.com/content/ccc/resource/technical/software/sw_development_suite/00/22/e1/cf/b7/83/42/25/stm32cubemx.zip/files/stm32cubemx.zip/jcr:content/translations/en.stm32cubemx.zip"
|
||||
"LICENSE"
|
||||
"stm32cubemx.desktop"
|
||||
"stm32cubemx.sh")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue