summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2019-08-30 15:09:04 +0300
committerJohn Gleezowood2019-08-30 15:09:04 +0300
commit50c6d8144f3a8a7ce9fdec48e32b42154be67585 (patch)
tree3d290b765f1cc3a72b05439f706ef530e0988339
parent66dd4b76e9a66253c394ea8bac740ec3005d8a4d (diff)
downloadaur-50c6d8144f3a8a7ce9fdec48e32b42154be67585.tar.gz
up to 2.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e8af0bada0a..15aac29a943e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mandelbulber2
pkgdesc = 3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems.
- pkgver = 2.17
+ pkgver = 2.19
pkgrel = 1
url = https://github.com/buddhi1980/mandelbulber2
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = mandelbulber2
depends = openmpi
provides = mandelbulber2
conflicts = mandelbulber2
- source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.17.tar.gz
- sha256sums = 2090b14c955b73b8209211dd768c5410dab5e4e816da39c5005e5bf72e23e548
+ source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.19.tar.gz
+ sha256sums = 746436f90ad80c0e734b622c8e3b9210135cb6175aa5a509e6050446546a0c13
pkgname = mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index fe19b154423a..fce247fd9d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Author: Madotsuki <madotsuki@national.shitposting.agency>
pkgname=mandelbulber2
-pkgver=2.17
-_pkgver_orig=2.17
+pkgver=2.19
+_pkgver_orig=2.19
pkgrel=1
pkgdesc="3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems."
arch=('x86_64' 'i686')
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi')
provides=($pkgname)
conflicts=($pkgname)
-source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.17.tar.gz")
-sha256sums=('2090b14c955b73b8209211dd768c5410dab5e4e816da39c5005e5bf72e23e548')
+source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.19.tar.gz")
+sha256sums=('746436f90ad80c0e734b622c8e3b9210135cb6175aa5a509e6050446546a0c13')
build()
{