summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKarsten Pufahl2021-08-02 08:59:38 +0200
committerKarsten Pufahl2021-08-02 08:59:38 +0200
commit03b3f4b161ec3a76b0c4680eb7a96b6e322ca7f1 (patch)
tree0face79076bab000f6d9b5e2183fda28ceb124b1 /PKGBUILD
parent7572205f3ae8838b8e2e1f095a390025e1bad102 (diff)
downloadaur-03b3f4b161ec3a76b0c4680eb7a96b6e322ca7f1.tar.gz
java >= 11 required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04ffef076cb5..05c1cfefd00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
pkgname=stm32cubemx
pkgver=6.3.0
-pkgrel=1
+pkgrel=22
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'
+depends=('java-runtime>=11'
'bash')
makedepends=('imagemagick')
checkdepends=()