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
|
# Generated by mksrcinfo v8
|
||||||
# Fri Jun 8 12:14:11 UTC 2018
|
# Fri Jun 8 12:21:52 UTC 2018
|
||||||
pkgbase = stm32cubemx
|
pkgbase = stm32cubemx
|
||||||
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
|
||||||
pkgver = 4.26.0
|
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
|
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
|
arch = any
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = imagemagick
|
makedepends = imagemagick
|
||||||
depends = lib32-glibc
|
depends = lib32-glibc
|
||||||
depends = java-environment
|
depends = java-runtime
|
||||||
depends = bash
|
depends = bash
|
||||||
options = !strip
|
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 = LICENSE
|
||||||
source = stm32cubemx.desktop
|
source = stm32cubemx.desktop
|
||||||
source = stm32cubemx.sh
|
source = stm32cubemx.sh
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -6,7 +6,7 @@
|
||||||
# Maintainer: Karsten Pufahl <kontakt <AT> karstenpufahl.de>
|
# Maintainer: Karsten Pufahl <kontakt <AT> karstenpufahl.de>
|
||||||
pkgname=stm32cubemx
|
pkgname=stm32cubemx
|
||||||
pkgver=4.26.0
|
pkgver=4.26.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -14,7 +14,7 @@ url="http://www.st.com/content/st_com/en/products/development-tools/software-dev
|
||||||
license=('custom')
|
license=('custom')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('lib32-glibc'
|
depends=('lib32-glibc'
|
||||||
'java-environment'
|
'java-runtime'
|
||||||
'bash')
|
'bash')
|
||||||
makedepends=('imagemagick')
|
makedepends=('imagemagick')
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
|
@ -26,7 +26,7 @@ backup=()
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
install=
|
install=
|
||||||
changelog=
|
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"
|
"LICENSE"
|
||||||
"stm32cubemx.desktop"
|
"stm32cubemx.desktop"
|
||||||
"stm32cubemx.sh")
|
"stm32cubemx.sh")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue