diff options
author | xiliuya | 2023-10-21 21:06:12 +0800 |
---|---|---|
committer | xiliuya | 2023-10-21 21:06:12 +0800 |
commit | 9f0a72d56013cce3d7e85f0f552138c83adb7ce3 (patch) | |
tree | 6dead1077b69cece9a141fdee63b47929549d105 | |
parent | fc83eb12a24dc944f2536ce295d2f7fa78bec5a9 (diff) | |
download | aur-9f0a72d56013cce3d7e85f0f552138c83adb7ce3.tar.gz |
- Add provides=('ffdec')
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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" |