summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-04-05 19:53:24 +0200
committerPhilipp A2019-04-05 19:53:24 +0200
commitd13cc1bfaaec1571794a8ead53704a6894dcb7fe (patch)
tree9a2f5d4dff534bad32175ad0404fbf930819ea8f
parent12e5a9c7493aab4b17fc160605325c4f1b5a8650 (diff)
downloadaur-sencha-cmd-6.tar.gz
needs jre=8, 7 doesn’t work
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad0f1b69788..f367b3c96ff5 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.63
- pkgrel = 1
+ pkgrel = 2
url = https://www.sencha.com/products/extjs/cmd-download/
arch = i686
arch = x86_64
license = custom: commercial
- depends = java-runtime<=8
+ depends = java-runtime=8
depends = ttf-font
depends = fontconfig
provides = sencha-cmd
diff --git a/PKGBUILD b/PKGBUILD
index 2a63f2e83a48..f844b09219ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sencha-cmd-6
pkgver=6.7.0.63
-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<=8' 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")