Skip to content

Instantly share code, notes, and snippets.

@CounterPillow
Created November 18, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CounterPillow/ab4e96e2be4d307a26cd to your computer and use it in GitHub Desktop.
Save CounterPillow/ab4e96e2be4d307a26cd to your computer and use it in GitHub Desktop.
--- PKGBUILD.old 2015-11-18 15:14:01.000000000 +0100
+++ PKGBUILD 2015-11-18 15:13:44.112040343 +0100
@@ -1,6 +1,6 @@
# Maintainer: Alexandre `Zopieux` Macabies <web+aur@zopieux.com>
pkgname=ffdec
-pkgver=6.0.2
+pkgver=7.0.1
pkgrel=1
pkgdesc="Open source Flash SWF decompiler and editor"
arch=('any')
@@ -8,11 +8,11 @@
license=('GPL3')
depends=('java-runtime=8')
conflicts=('jpexs-decompiler-git')
-source=(http://www.free-decompiler.com/flash/download/${pkgname}_${pkgver}.zip
+source=(https://www.free-decompiler.com/flash/download/${pkgname}_${pkgver}.zip
$pkgname
$pkgname.desktop
$pkgname.png)
-md5sums=('25a9853cf2e63de139ead62c10e37cad'
+md5sums=('befa72ffa7aba6cf0a750930fbeb48d8'
'29a00ab7cb71ec337ed028493914009f'
'b9da710cc2a4af62f1fa8690e0fb5553'
'c6f354af3fdfe3f45623fb3949e23f8f')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment