summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schopf2020-02-15 11:23:56 +0100
committerDaniel Schopf2020-02-15 11:23:56 +0100
commitd88bc4adb03b30e8b9196512038232adefbbac72 (patch)
tree176322fd3cc9aa46c19ecba5e5dba16c51fe54c1
parent7eef30616f9af3dcc21ec7963a1f2f35178eab8f (diff)
downloadaur-d88bc4adb03b30e8b9196512038232adefbbac72.tar.gz
Update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43ca00deb75e..df2c691c0bb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,9 @@ pkgbase = kim-api
arch = x86_64
license = CDDL
makedepends = cmake
- makedepends = gcc-libs
- depends = bash
+ makedepends = gcc-fortran
+ depends = xxd
+ optdepends = doxygen: build OpenKIM documentation
source = https://s3.openkim.org/kim-api/kim-api-2.1.3.txz
source = Fix-Doxygen-command-error.patch
sha512sums = efbc0214234b43a65ed40d23d8faa5264ac1dbd056e9e340548ea7ee5dc530f9cfb2d85a1d9d47fba9dfc7aa660a8ec20374daf4aa8ee605e7c097ae2a12512d
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)