summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-02-20 17:21:51 +0100
committerPhilipp A2019-02-20 17:21:51 +0100
commit840e9078881ee1e886f42dcfb548c1d6c316a4f1 (patch)
treece84618e1600c35af3e6dd5df83792a04d23e461
parentb34114d9a9d8fa2ab5ee6f71c376237b0dd0a273 (diff)
downloadaur-840e9078881ee1e886f42dcfb548c1d6c316a4f1.tar.gz
jre <= 8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 016e6dfd050d..6c067bb30daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = sencha-cmd-6
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 = 6.7.0.37
- pkgrel = 1
+ pkgrel = 2
url = https://www.sencha.com/products/extjs/cmd-download/
arch = i686
arch = x86_64
license = custom: commercial
- depends = java-runtime
+ depends = java-runtime<=8
depends = ttf-font
depends = fontconfig
provides = sencha-cmd
diff --git a/PKGBUILD b/PKGBUILD
index a3e80dddac52..dd220c3121c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sencha-cmd-6
pkgver=6.7.0.37
-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=(i686 x86_64)
license=('custom: commercial')
-depends=(java-runtime ttf-font fontconfig)
+depends=('java-runtime<=8' ttf-font fontconfig)
provides=(sencha-cmd)
conflicts=(sencha-cmd sencha-cmd-5)
source_i686=("http://cdn.sencha.com/cmd/$pkgver/no-jre/SenchaCmd-$pkgver-linux-i386.sh.zip")