summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2018-11-19 08:38:49 +0300
committerJohn Gleezowood2018-11-19 08:38:49 +0300
commitd48597ea649d927183d32e9a315e31d4aa333ead (patch)
tree78b5d0329c2dae0fd915458835eb33946ceff9e3
parentc4776008b9a070e4ce640d4e337361ecdaaccdc5 (diff)
downloadaur-d48597ea649d927183d32e9a315e31d4aa333ead.tar.gz
up to 2.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc803c51b46e..f45ea3f5268d 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.14
+ pkgver = 2.15
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.14.tar.gz
- sha256sums = 69ac1bcaeef90d8e2ccb33d0a752558f8b3e1a64ff23dd4c38d8e88ea5edc177
+ source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.15.tar.gz
+ sha256sums = 2e5a89b66c165b3ba489a97a0ba6ebc0678452650f7d577f5b52df9e56bd61bb
pkgname = mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index 822139a82db8..66ae7739c144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Author: Madotsuki <madotsuki@national.shitposting.agency>
pkgname=mandelbulber2
-pkgver=2.14
-_pkgver_orig=2.14
+pkgver=2.15
+_pkgver_orig=2.15
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.14.tar.gz")
-sha256sums=('69ac1bcaeef90d8e2ccb33d0a752558f8b3e1a64ff23dd4c38d8e88ea5edc177')
+source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.15.tar.gz")
+sha256sums=('2e5a89b66c165b3ba489a97a0ba6ebc0678452650f7d577f5b52df9e56bd61bb')
build()
{