diff --git a/.SRCINFO b/.SRCINFO index 40b4d03..fb1a896 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = stm32cubemx pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code pkgver = 6.3.0 - pkgrel = 22 + pkgrel = 23 url = https://www.st.com/en/development-tools/stm32cubemx.html arch = any license = custom makedepends = imagemagick - depends = java-runtime>=11 + depends = java-runtime=11 depends = bash options = !strip source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v630-lin.zip diff --git a/PKGBUILD b/PKGBUILD index 05c1cfe..c4c64b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: laserK pkgname=stm32cubemx pkgver=6.3.0 -pkgrel=22 +pkgrel=23 epoch= pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code" arch=(any) url="https://www.st.com/en/development-tools/stm32cubemx.html" license=('custom') groups=() -depends=('java-runtime>=11' +depends=('java-runtime=11' 'bash') makedepends=('imagemagick') checkdepends=()