summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Schopf2020-02-15 11:23:56 +0100
committerDaniel Schopf2020-02-15 11:23:56 +0100
commitd88bc4adb03b30e8b9196512038232adefbbac72 (patch)
tree176322fd3cc9aa46c19ecba5e5dba16c51fe54c1 /PKGBUILD
parent7eef30616f9af3dcc21ec7963a1f2f35178eab8f (diff)
downloadaur-d88bc4adb03b30e8b9196512038232adefbbac72.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12c79685ab92..3c5fd2f29af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@ pkgdesc="Online framework for reliable, reproducible and portable molecular simu
arch=("i686" "x86_64")
url="https://openkim.org"
license=('CDDL')
-depends=(bash)
-makedepends=(cmake gcc-libs)
+depends=(xxd)
+optdepends=('doxygen: build OpenKIM documentation')
+makedepends=(cmake gcc-fortran)
install=$pkgname.install
source=(https://s3.openkim.org/kim-api/kim-api-${pkgver}.txz
Fix-Doxygen-command-error.patch)