summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2017-03-12 11:51:34 +0300
committerJohn Gleezowood2017-03-12 11:51:34 +0300
commitf1ba8d94433e5d1622852da100c40fdd6b462202 (patch)
tree71b8ee3ed548cc8790a0ca3b18981d8311ba05fd
parent89d7607eece677c895f1a27eb0db5a7c8089bf58 (diff)
downloadaur-f1ba8d94433e5d1622852da100c40fdd6b462202.tar.gz
update to 2.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6138c3e3ba0..24cca50f49b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.09.3
- pkgrel = 2
+ pkgver = 2.10
+ pkgrel = 1
url = https://github.com/buddhi1980/mandelbulber2
arch = x86_64
arch = i686
@@ -13,8 +13,8 @@ pkgbase = mandelbulber2
depends = openmpi
provides = mandelbulber2
conflicts = mandelbulber2
- source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.09-3.tar.gz
- sha256sums = 91af47ea8cbe749d56fc6b694915fbdf557e9664f36c556d52864f9bb7a168aa
+ source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.10.tar.gz
+ sha256sums = b4032ba0b40a8977a9230be5fd7846b45e15d6450f6c7f434213975bb270ed49
pkgname = mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index e29c07bf94a8..d600c0b55484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Author: Madotsuki <madotsuki@national.shitposting.agency>
pkgname=mandelbulber2
-pkgver=2.09.3
-_pkgver_orig=2.09-3
-pkgrel=2
+pkgver=2.10
+_pkgver_orig=2.10
+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')
url="https://github.com/buddhi1980/mandelbulber2"
@@ -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.09-3.tar.gz")
-sha256sums=('91af47ea8cbe749d56fc6b694915fbdf557e9664f36c556d52864f9bb7a168aa')
+source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.10.tar.gz")
+sha256sums=('b4032ba0b40a8977a9230be5fd7846b45e15d6450f6c7f434213975bb270ed49')
build()
{