summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2017-02-19 21:12:32 +0000
committerJohn Gleezowood2017-02-19 21:12:32 +0000
commitc36c658c2f8f0807ee197ee42cb6b93b42a34005 (patch)
treea88fcf0730fce9f8c110295878616130a27146f4
parent1898bf11243048fde3332f8250dc90a008f99e0a (diff)
downloadaur-c36c658c2f8f0807ee197ee42cb6b93b42a34005.tar.gz
qt5-multimedia
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85422d53821f..8ea7586b1843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mandelbulber2-git
pkgdesc = 3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems. Git version.
pkgver = 20161205
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/buddhi1980/mandelbulber2
arch = any
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = mandelbulber2-git
depends = libpng12
depends = gsl
depends = openmpi
+ depends = qt5-multimedia
provides = mandelbulber2
conflicts = mandelbulber2
source = mandelbulber2::git+https://github.com/buddhi1980/mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index e610b3a2a5e0..f60ec95cc854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=mandelbulber2-git
_pkgname=mandelbulber2
pkgver=20161205
-pkgrel=1
+pkgrel=2
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=('qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi')
+depends=('qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi' 'qt5-multimedia')
makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)