summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurizio D'Addona2020-03-25 18:43:06 +0100
committerMaurizio D'Addona2020-03-25 18:43:06 +0100
commitabd4082fc6e921bb5593f00dee9fcf0cdbf9b949 (patch)
tree61bcb49850d67d39cd785bcd2657dd785fc3e1de
parente1a2fdfe3093c4c4adf1ee18b6133201d15a26c8 (diff)
downloadaur-abd4082fc6e921bb5593f00dee9fcf0cdbf9b949.tar.gz
Adds libxi to dependencis
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f1e44899748..d0e682d0f5d7 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = calculix
pkgdesc = CalculiX: 3D finite element solver and post-processor (executables)
pkgver = 2.16
- pkgrel = 2
+ pkgrel = 3
url = http://www.calculix.de/
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = calculix
depends = mesa
depends = glu
depends = libxmu
+ depends = libxi
optdepends = calculix-doc: documentation and examples
options = !makeflags
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 75b6d6e62d7c..444c4e0a9a6f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=calculix
pkgver=2.16
-pkgrel=2
+pkgrel=3
pkgdesc="CalculiX: 3D finite element solver and post-processor (executables)"
arch=('i686' 'x86_64')
options=(!makeflags !buildflags)
url="http://www.calculix.de/"
license=('GPL2')
-depends=('arpack' 'spooles' 'libsnl-svn' 'blas' 'mesa' 'glu' 'libxmu')
+depends=('arpack' 'spooles' 'libsnl-svn' 'blas' 'mesa' 'glu' 'libxmu' 'libxi')
optdepends=('calculix-doc: documentation and examples')
makedepends=('gcc-fortran' 'perl')
checkdepends=('perl')