summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTricia2023-11-04 23:21:47 +0000
committerTricia2023-11-04 23:21:47 +0000
commit68bb8522c74fe7710e4a10991ef85800c9bbad5b (patch)
tree5f45a71528bb24a0d3a38591e329b86da23a3c8b
parent8e18f00d3c521c42a0f4c4d3fd678c7b65b482a1 (diff)
downloadaur-68bb8522c74fe7710e4a10991ef85800c9bbad5b.tar.gz
Fix old source URL and bump pkgrel
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a5a08ae8753..c745799d548d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ffdec
pkgdesc = Open source Flash SWF decompiler and editor
pkgver = 19.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jindrapetrik/jpexs-decompiler/releases
arch = any
license = GPL3
makedepends = ant
depends = java-runtime>=8
- source = https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version19.1.2/ffdec_19.1.2/.zip
+ source = https://github.com/jindrapetrik/jpexs-decompiler/archive/refs/tags/version19.1.2.tar.gz
source = ffdec
source = ffdec.desktop
source = ffdec.png
diff --git a/PKGBUILD b/PKGBUILD
index b07a1949567e..b5f359e493b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alexandre `Zopieux` Macabies <web+aur@zopieux.com>
pkgname=ffdec
pkgver=19.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Open source Flash SWF decompiler and editor"
arch=('any')
url="https://github.com/jindrapetrik/jpexs-decompiler/releases"