summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD12
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77d04372296..cb047cf7fe6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jwildfire
pkgdesc = Fractal flame image and animation processor written in Java
- pkgver = 4.10.rc1
+ pkgver = 8.20
pkgrel = 1
url = http://www.andreas-maschke.com
arch = any
@@ -9,10 +9,9 @@ pkgbase = jwildfire
depends = bash
provides = jwildfire
conflicts = jwildfire
- source = http://www.andreas-maschke.de/java/j-wildfire-4.10rc1.zip
+ source = https://jwildfire.overwhale.com/downloads/j-wildfire-8.20.zip
source = https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png
- sha256sums = cf6ee625a7a254a4e49873f3fabdb7b3599cecc9ba953181c494e45deb2b5507
+ sha256sums = af2611bc3a7b797852baa6474a5134c3baf2651c59374e0eebaa90e8425f0cb7
sha256sums = c4b30c591d3f00ca163f8b48da7980e0a6f327552aa7e03828d2c5b3f01c66e8
pkgname = jwildfire
-
diff --git a/.gitignore b/.gitignore
index c7fedbb2699a..27b9737c28c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/*.zip
/pkg/
/src/
+/*.zst
diff --git a/PKGBUILD b/PKGBUILD
index 254d7acdcb90..f82a0fc2c0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-#Maintainer: Yan Burdonsky <psyrccio@gmail.com>
-#Contributor: Yan Burdonsky <psyrccio@gmail.com>
+#Maintainer: John Gleezowood <psyrccio@gmail.com>
+#Contributor: John Gleezowood <psyrccio@gmail.com>
pkgname=jwildfire
-pkgver=4.10.rc1
+pkgver=8.20
pkgrel=1
pkgdesc="Fractal flame image and animation processor written in Java"
arch=('any')
@@ -12,12 +12,12 @@ depends=('java-environment' 'bash')
provides=('jwildfire')
conflicts=('jwildfire')
-source=("http://www.andreas-maschke.de/java/j-wildfire-4.10rc1.zip" "https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png")
-sha256sums=('cf6ee625a7a254a4e49873f3fabdb7b3599cecc9ba953181c494e45deb2b5507' 'c4b30c591d3f00ca163f8b48da7980e0a6f327552aa7e03828d2c5b3f01c66e8')
+source=("https://jwildfire.overwhale.com/downloads/j-wildfire-8.20.zip" "https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png")
+sha256sums=('af2611bc3a7b797852baa6474a5134c3baf2651c59374e0eebaa90e8425f0cb7' 'c4b30c591d3f00ca163f8b48da7980e0a6f327552aa7e03828d2c5b3f01c66e8')
build() {
cd "$srcdir"
- rm -rf ./j-wildfire-4.10rc1.zip
+ rm -rf ./j-wildfire-8.20.zip
rm -rf ./*.exe
rm -rf ./start_mac.command
echo "[Desktop Entry]" > ./jwildfire.desktop