summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2016-11-17 11:27:43 +0300
committerJohn Gleezowood2016-11-17 11:27:43 +0300
commit566ea010550be6ad9ccd3436ae44fb9a295a51cf (patch)
treea4de6d7f6dfc7295b77cde7c565591dbc3ff2e6a
parent79264f6acf8d0430f68ac8d990d1a90b422b7e59 (diff)
downloadaur-566ea010550be6ad9ccd3436ae44fb9a295a51cf.tar.gz
up to 2.09-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d78a274b6fb..b1cfd09298cf 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.07.1
+ pkgver = 2.09.3
pkgrel = 1
url = https://github.com/buddhi1980/mandelbulber2
arch = any
@@ -12,8 +12,8 @@ pkgbase = mandelbulber2
depends = openmpi
provides = mandelbulber2
conflicts = mandelbulber2
- source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.07-1.tar.gz
- sha256sums = 6ca186d81664c035aa4e04d5fdbbd965efdf7fd9bd3d6f201bb143562a4b50e1
+ source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.09-3.tar.gz
+ sha256sums = 91af47ea8cbe749d56fc6b694915fbdf557e9664f36c556d52864f9bb7a168aa
pkgname = mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index 01bb88a41764..177deeca3885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Author: Madotsuki <madotsuki@national.shitposting.agency>
pkgname=mandelbulber2
-pkgver=2.07.1
-_pkgver_orig=2.07-1
+pkgver=2.09.3
+_pkgver_orig=2.09-3
pkgrel=1
pkgdesc="3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems."
arch=('any')
@@ -11,11 +11,11 @@ license=('GPL3')
depends=('qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi')
provides=($pkgname)
conflicts=($pkgname)
-source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.07-1.tar.gz")
-sha256sums=('6ca186d81664c035aa4e04d5fdbbd965efdf7fd9bd3d6f201bb143562a4b50e1')
+source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.09-3.tar.gz")
+sha256sums=('91af47ea8cbe749d56fc6b694915fbdf557e9664f36c556d52864f9bb7a168aa')
build()
-{
+{
cd $pkgname-$_pkgver_orig/$pkgname/Release
qmake-qt5 mandelbulber.pro
make PREFIX=/usr