summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Friedrich2021-04-22 02:53:09 +0200
committerMartin Friedrich2021-04-22 02:53:09 +0200
commitaad56529f3fc822df9cf83d47fdf3f7aab21a2df (patch)
tree0b54efae1cfe275b2859d768fa3d2f2a6abe8a1d /PKGBUILD
parentdecc7cf68469d067135705453e7edfb36f0bce96 (diff)
downloadaur-aad56529f3fc822df9cf83d47fdf3f7aab21a2df.tar.gz
Changes to be committed:
modified: .SRCINFO modified: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b2d2da1b940..6747b3fd9851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
#Contributor: Martin Friedrich <npanic@acid.wtf>
pkgname=mandelbulber2-opencl-git
_pkgname=mandelbulber2
-pkgver=20210423
+pkgver=20210422-1
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')
url="https://github.com/buddhi1980/mandelbulber2"
license=('GPL3')
depends=('lzo' 'qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi' 'qt5-multimedia' 'opencl-headers' 'opencl-mesa' 'ocl-icd' 'opencl-clhpp')
-makedepends=('git' 'qmake')
+makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)
source=("${_pkgname}::git+https://github.com/buddhi1980/mandelbulber2")