summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Friedrich2021-04-22 02:47:27 +0200
committerMartin Friedrich2021-04-22 02:47:27 +0200
commit68eb904a5b9a9f948ecb0c2ab0a13bb072904924 (patch)
treebba08a485989ed208f26830d2b8a314e56f5ef98 /PKGBUILD
parenta66c124e05fb186d9c8df16b654371d34a5f2750 (diff)
downloadaur-68eb904a5b9a9f948ecb0c2ab0a13bb072904924.tar.gz
Changes to be committed:
modified: .SRCINFO modified: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86b9bc9ca827..030ab5bbb3c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
#Contributor: Martin Friedrich <npanic@acid.wtf>
pkgname=mandelbulber2-opencl-git
_pkgname=mandelbulber2
-pkgver=20190622
+pkgver=20210422
pkgrel=1
pkgdesc="3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems. Git version."
-arch=('any')
+arch=('i686 x86_64')
url="https://github.com/buddhi1980/mandelbulber2"
license=('GPL3')
-depends=('lzo' 'qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi' 'qt5-multimedia' 'opencl-headers' 'opencl-mesa' 'opencl-nvidia' 'ocl-icd')
-makedepends=('git')
+depends=('lzo' 'qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi' 'qt5-multimedia' 'opencl-headers' 'opencl-mesa' 'ocl-icd' 'opencl-clhpp')
+makedepends=('git' 'qmake')
provides=($_pkgname)
conflicts=($_pkgname)
source=("${_pkgname}::git+https://github.com/buddhi1980/mandelbulber2")