summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-12 01:25:44 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-12 01:26:02 +0100
commit455ca862582aaade8a9bec4389e4274a82c64eb1 (patch)
tree96f1af7ff5f1f42fb2f578b8c7292899a9642332
parent389c2ea91df9c192470e27eacc3b0b0e57f8787a (diff)
pcr/openfoam3.0-git: dependency paraview not available on i686 and armv7h
-rw-r--r--pcr/openfoam3.0-git/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/openfoam3.0-git/PKGBUILD b/pcr/openfoam3.0-git/PKGBUILD
index 17503a202..974ba5e95 100644
--- a/pcr/openfoam3.0-git/PKGBUILD
+++ b/pcr/openfoam3.0-git/PKGBUILD
@@ -14,8 +14,9 @@ _distpkgver=3.0.x
_gitname=$_distpkgname-$_distpkgver
pkgver=20170710.221b8ab7
pkgrel=4
-pkgdesc="The libre CFD toolbox, without nonfree parmetis support"
-arch=('i686' 'x86_64' 'armv7h')
+pkgdesc="The libre CFD toolbox"
+pkgdesc+=", without nonfree parmetis support"
+arch=('x86_64')
url="http://www.openfoam.com"
license=('GPL')
groups=()