summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2016-11-23 09:03:52 +0300
committerJohn Gleezowood2016-11-23 09:03:52 +0300
commit89d7607eece677c895f1a27eb0db5a7c8089bf58 (patch)
treef6ce2b92f6c8e2eea4f517205a8168e0bd60397a
parent566ea010550be6ad9ccd3436ae44fb9a295a51cf (diff)
downloadaur-89d7607eece677c895f1a27eb0db5a7c8089bf58.tar.gz
('x86_64' 'i686') instead of ('any')
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1cfd09298cf..b6138c3e3ba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
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.09.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/buddhi1980/mandelbulber2
- arch = any
+ arch = x86_64
+ arch = i686
license = GPL3
depends = qt5-tools
depends = libjpeg-turbo
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..765b922543e5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+*.xz
+/mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index 177deeca3885..e29c07bf94a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=mandelbulber2
pkgver=2.09.3
_pkgver_orig=2.09-3
-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."
-arch=('any')
+arch=('x86_64' 'i686')
url="https://github.com/buddhi1980/mandelbulber2"
license=('GPL3')
depends=('qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi')