summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2017-01-17 07:41:26 +0300
committerJohn Gleezowood2017-01-17 07:41:26 +0300
commitc5db4d68513f2f9fab83ca76389fdb43691fad4e (patch)
tree0a1d9181fd999b63dbdbfe75cea3f1c5942a3ed7
parent3f102da8cc98138b3b24e029818c9f124e415260 (diff)
downloadaur-c5db4d68513f2f9fab83ca76389fdb43691fad4e.tar.gz
updated to 3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 184625a664ab..8738f7a8e087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jwildfire
pkgdesc = Fractal flame image and animation processor written in Java
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = http://www.andreas-maschke.com
arch = any
@@ -9,9 +9,9 @@ pkgbase = jwildfire
depends = bash
provides = jwildfire
conflicts = jwildfire
- source = http://www.andreas-maschke.de/java/j-wildfire-3.00.zip
+ source = http://www.andreas-maschke.de/java/j-wildfire-3.01.zip
source = https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png
- sha256sums = 7630de565d08913c562ffb28c7e4f4c9c54993c412a28b2f4803fada62fefea9
+ sha256sums = 2a1ef508cdb20417d729a7ef8cdc0b775418a1a38f4c7babd75366e29b802346
sha256sums = c4b30c591d3f00ca163f8b48da7980e0a6f327552aa7e03828d2c5b3f01c66e8
pkgname = jwildfire
diff --git a/.gitignore b/.gitignore
index cb9ad8060ac3..c7fedbb2699a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
/*.png
/*.xz
/*.zip
+/pkg/
+/src/
diff --git a/PKGBUILD b/PKGBUILD
index 36e6cc8825b2..41708f13204a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Yan Burdonsky <psyrccio@gmail.com>
#Contributor: Yan Burdonsky <psyrccio@gmail.com>
pkgname=jwildfire
-pkgver=3.0.0
+pkgver=3.0.1
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-3.00.zip" "https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png")
-sha256sums=('7630de565d08913c562ffb28c7e4f4c9c54993c412a28b2f4803fada62fefea9' 'c4b30c591d3f00ca163f8b48da7980e0a6f327552aa7e03828d2c5b3f01c66e8')
+source=("http://www.andreas-maschke.de/java/j-wildfire-3.01.zip" "https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png")
+sha256sums=('2a1ef508cdb20417d729a7ef8cdc0b775418a1a38f4c7babd75366e29b802346' 'c4b30c591d3f00ca163f8b48da7980e0a6f327552aa7e03828d2c5b3f01c66e8')
build() {
cd "$srcdir"
- rm -rf ./j-wildfire-3.00.zip
+ rm -rf ./j-wildfire-3.01.zip
rm -rf ./*.exe
rm -rf ./start_mac.command
echo "[Desktop Entry]" > ./jwildfire.desktop