summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2017-04-25 13:50:29 +0300
committerJohn Gleezowood2017-04-25 13:50:29 +0300
commit4fa5abd9fba7d1bcf4da1fa3d00b72abfb3fea8e (patch)
treeeecf2b4935dd0d375edfa591fadd6feafd912274
parentc36c658c2f8f0807ee197ee42cb6b93b42a34005 (diff)
downloadaur-4fa5abd9fba7d1bcf4da1fa3d00b72abfb3fea8e.tar.gz
add 'lzo' to deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ea7586b1843..be9400ac1db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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 = 2
+ pkgver = 20170425
+ pkgrel = 1
url = https://github.com/buddhi1980/mandelbulber2
arch = any
license = GPL3
makedepends = git
+ depends = lzo
depends = qt5-tools
depends = libjpeg-turbo
depends = libpng12
diff --git a/PKGBUILD b/PKGBUILD
index f60ec95cc854..71d8e6f45489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
#Contributor: Yan Burdonsky <psyrccio@gmail.com>
pkgname=mandelbulber2-git
_pkgname=mandelbulber2
-pkgver=20161205
-pkgrel=2
+pkgver=20170425
+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=('qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi' 'qt5-multimedia')
+depends=('lzo' 'qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi' 'qt5-multimedia')
makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)