summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Macabies2016-08-18 19:33:29 +0200
committerAlexandre Macabies2016-08-18 19:37:43 +0200
commitcc4df20f2c035a2d5205ec5831c0c3b583d64965 (patch)
treeced0b1ad708317aeba9d4626cb1c6713f88825cd
parent3a68092d5e2825720df9abd867ef14376cc96589 (diff)
downloadaur-cc4df20f2c035a2d5205ec5831c0c3b583d64965.tar.gz
Use github release instead of free-decompiler.com (partially down)
Thanks to @davidmcinnis for the tip.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea05aadfafe4..0161a852018a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Aug 16 21:33:14 UTC 2016
+# Thu Aug 18 17:35:32 UTC 2016
pkgbase = ffdec
pkgdesc = Open source Flash SWF decompiler and editor
pkgver = 9.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.free-decompiler.com/flash/
arch = any
license = GPL3
depends = java-runtime=8
conflicts = jpexs-decompiler-git
- source = https://www.free-decompiler.com/flash/download/ffdec_9.0.0.zip
+ source = https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version9.0.0/ffdec_9.0.0.zip
source = ffdec
source = ffdec.desktop
source = ffdec.png
diff --git a/PKGBUILD b/PKGBUILD
index b520098f64e8..e9482e02b08b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Alexandre `Zopieux` Macabies <web+aur@zopieux.com>
pkgname=ffdec
pkgver=9.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open source Flash SWF decompiler and editor"
arch=('any')
url="https://www.free-decompiler.com/flash/"
license=('GPL3')
depends=('java-runtime=8')
conflicts=('jpexs-decompiler-git')
-source=(https://www.free-decompiler.com/flash/download/${pkgname}_${pkgver}.zip
+source=(# https://www.free-decompiler.com/flash/download/${pkgname}_${pkgver}.zip
+ https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version${pkgver}/${pkgname}_${pkgver}.zip
$pkgname
$pkgname.desktop
$pkgname.png)