summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 609fde5929cf..7f455f862a61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jpexs-decompiler-git
pkgdesc = Opensource flash SWF decompiler and editor
- pkgver = 20150705
+ pkgver = 20150706
pkgrel = 1
url = https://www.free-decompiler.com/flash/
arch = any
@@ -11,7 +11,6 @@ pkgbase = jpexs-decompiler-git
makedepends = python
depends = java-runtime=8
depends = bash
- depends = java-openjfx
source = jpexs-decompiler::git+https://github.com/jindrapetrik/jpexs-decompiler
source = put_version_into_build_xml.py
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a0ba7cd1d80..c855a9f052d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=jpexs-decompiler-git
_pkgname=jpexs-decompiler
_github_addr=jindrapetrik/jpexs-decompiler
-pkgver=20150705
+pkgver=20150706
pkgrel=1
pkgdesc="Opensource flash SWF decompiler and editor"
arch=("any")
url="https://www.free-decompiler.com/flash/"
license=('GPL3')
makedepends=('git' 'apache-ant' 'java-environment=8' 'python')
-depends=('java-runtime=8' 'bash' 'java-openjfx') # bash for ffdec.sh
+depends=('java-runtime=8' 'bash') # bash for ffdec.sh
source=(
"${_pkgname}"::"git+https://github.com/$_github_addr"
'put_version_into_build_xml.py'