java >= 11 required
This commit is contained in:
parent
7572205f3a
commit
03b3f4b161
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,12 +1,12 @@
|
||||||
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 = 6.3.0
|
pkgver = 6.3.0
|
||||||
pkgrel = 1
|
pkgrel = 22
|
||||||
url = https://www.st.com/en/development-tools/stm32cubemx.html
|
url = https://www.st.com/en/development-tools/stm32cubemx.html
|
||||||
arch = any
|
arch = any
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = imagemagick
|
makedepends = imagemagick
|
||||||
depends = java-runtime
|
depends = java-runtime>=11
|
||||||
depends = bash
|
depends = bash
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v630-lin.zip
|
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v630-lin.zip
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,14 +1,14 @@
|
||||||
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
|
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
|
||||||
pkgname=stm32cubemx
|
pkgname=stm32cubemx
|
||||||
pkgver=6.3.0
|
pkgver=6.3.0
|
||||||
pkgrel=1
|
pkgrel=22
|
||||||
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)
|
||||||
url="https://www.st.com/en/development-tools/stm32cubemx.html"
|
url="https://www.st.com/en/development-tools/stm32cubemx.html"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('java-runtime'
|
depends=('java-runtime>=11'
|
||||||
'bash')
|
'bash')
|
||||||
makedepends=('imagemagick')
|
makedepends=('imagemagick')
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue