summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiliuya2023-10-21 21:06:12 +0800
committerxiliuya2023-10-21 21:06:12 +0800
commit9f0a72d56013cce3d7e85f0f552138c83adb7ce3 (patch)
tree6dead1077b69cece9a141fdee63b47929549d105 /PKGBUILD
parentfc83eb12a24dc944f2536ce295d2f7fa78bec5a9 (diff)
downloadaur-9f0a72d56013cce3d7e85f0f552138c83adb7ce3.tar.gz
- Add provides=('ffdec')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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"