summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-08-04 15:57:40 +0000
committerDaniel Bermond2018-08-04 15:57:40 +0000
commit249f7cdc59b25b08be919aa7da3657d36e28f5fd (patch)
tree5a3c7c9fc0ff31ccbc99626f82291fa139eb6434
parent2427744a92355edfaf94c1baf3d3ac3e0303af6f (diff)
downloadaur-249f7cdc59b25b08be919aa7da3657d36e28f5fd.tar.gz
depends: fix java dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e17ee577133a..96779e41d674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = apache-flex-sdk
pkgdesc = The open-source framework for building expressive web and mobile applications
pkgver = 4.16.1
- pkgrel = 3
+ pkgrel = 4
url = https://flex.apache.org/
install = apache-flex-sdk.install
arch = any
license = APACHE
depends = bash
- depends = java-runtime
+ depends = java-environment
optdepends = adobe-air-sdk: for compiling flex projects into AIR apps
noextract = playerglobal30_0.swc
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index b3123055df9b..8f85f38d9fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ _player_ver=30.0
pkgname=apache-flex-sdk
pkgver=4.16.1
-pkgrel=3
+pkgrel=4
pkgdesc='The open-source framework for building expressive web and mobile applications'
arch=('any')
url='https://flex.apache.org/'
license=('APACHE')
-depends=('bash' 'java-runtime')
+depends=('bash' 'java-environment')
optdepends=('adobe-air-sdk: for compiling flex projects into AIR apps')
options=('!strip' '!emptydirs')
install="${pkgname}.install"