summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8b1ebf1399f..92652cca59e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ffdec-bin
pkgdesc = Open source Flash SWF decompiler and editor
pkgver = 19.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jindrapetrik/jpexs-decompiler/releases
arch = any
license = GPL3
depends = java-runtime>=8
+ provides = ffdec
conflicts = ffdec
source = ffdec_19.1.2.zip::https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version19.1.2/ffdec_19.1.2.zip
source = ffdec
diff --git a/PKGBUILD b/PKGBUILD
index ddbc4aea5fed..d6ea5062e9da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
# Contributor: Alexandre `Zopieux` Macabies <web+aur@zopieux.com>
pkgname=ffdec-bin
pkgver=19.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Open source Flash SWF decompiler and editor"
arch=('any')
url="https://github.com/jindrapetrik/jpexs-decompiler/releases"
license=('GPL3')
+provides=('ffdec')
depends=('java-runtime>=8')
conflicts=('ffdec')
source=("${pkgname%-bin}_${pkgver}.zip::https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version${pkgver}/${pkgname%-bin}_${pkgver}.zip"