summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2019-03-01 15:04:26 +0300
committerJohn Gleezowood2019-03-01 15:04:26 +0300
commit43a09582a70dcd75a42aa6962a3c937365c3f0d4 (patch)
tree372bb180adc771e9859bc5cb298a92e913d6af27
parentd48597ea649d927183d32e9a315e31d4aa333ead (diff)
downloadaur-43a09582a70dcd75a42aa6962a3c937365c3f0d4.tar.gz
up to 2.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45ea3f5268d..62b2d49426d3 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.15
+ pkgver = 2.16
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.15.tar.gz
- sha256sums = 2e5a89b66c165b3ba489a97a0ba6ebc0678452650f7d577f5b52df9e56bd61bb
+ source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.16.tar.gz
+ sha256sums = 1c7b78f4345a2c3527acbc54ac2cd17efd4b7d36cedcd1deb85603cb48c09d8b
pkgname = mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index 66ae7739c144..d54fd0fc41ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Author: Madotsuki <madotsuki@national.shitposting.agency>
pkgname=mandelbulber2
-pkgver=2.15
-_pkgver_orig=2.15
+pkgver=2.16
+_pkgver_orig=2.16
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.15.tar.gz")
-sha256sums=('2e5a89b66c165b3ba489a97a0ba6ebc0678452650f7d577f5b52df9e56bd61bb')
+source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.16.tar.gz")
+sha256sums=('1c7b78f4345a2c3527acbc54ac2cd17efd4b7d36cedcd1deb85603cb48c09d8b')
build()
{