summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2022-11-11 09:53:02 +0800
committerpallxk2022-11-11 09:53:02 +0800
commit72ed345b5878695b385c01f68c071772c69cef60 (patch)
tree0a0b78beba576c328ab3573652a822cfb90d683e
parentd617e1fe2eda01337d864ee2167734200ab4dcf4 (diff)
downloadaur-72ed345b5878695b385c01f68c071772c69cef60.tar.gz
This works with java-runtime<=17 only
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33befe4d23fc..ea2c25e726b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sencha-cmd
pkgdesc = Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks
pkgver = 7.5.1.20
- pkgrel = 1
+ pkgrel = 2
url = https://www.sencha.com/products/extjs/cmd-download/
arch = x86_64
license = custom
depends = java-runtime>=8
+ depends = java-runtime<=17
depends = ruby
depends = fontconfig
provides = sencha-cmd-7
diff --git a/PKGBUILD b/PKGBUILD
index ec69a949a9d3..ae81cd65ee31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sencha-cmd
pkgver=7.5.1.20
-pkgrel=1
+pkgrel=2
pkgdesc='Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks'
url='https://www.sencha.com/products/extjs/cmd-download/'
arch=('x86_64')
license=('custom')
-depends=('java-runtime>=8' ruby fontconfig)
+depends=('java-runtime>=8' 'java-runtime<=17' ruby fontconfig)
provides=(sencha-cmd-7)
conflicts=(sencha-cmd-5 sencha-cmd-6)
source=("https://trials.sencha.com/cmd/${pkgver%.*}/no-jre/SenchaCmd-$pkgver-linux-amd64.sh.zip"