summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblacktea2020-08-20 22:35:27 +0800
committerblacktea2020-08-20 22:35:27 +0800
commitbf30db64cc547bd2c1faf100b586d2556caaaf51 (patch)
tree3e14eb44fc378225c70ff5b8a8946d1624a29470 /PKGBUILD
parentb40a08b812742c9fb491f9063aa0a64244a3cda1 (diff)
downloadaur-adios2-git.tar.gz
Add makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a62d1d1ed88..9cbf13ef4d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=adios2-git
pkgver=2.6.0.r256.gd96750bf
-pkgrel=3
+pkgrel=4
pkgdesc="Next generation of ADIOS developed in the Exascale Computing Program"
arch=('x86_64')
url="https://adios2.readthedocs.io/en/latest/index.html"
license=('Apache')
depends=('libpng' 'zfp' 'hdf5' 'zeromq' 'libfabric' 'blosc' 'python' 'sz')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
provides=('adios2')
conflicts=('adios2')
source=('adios2-git::git+https://github.com/ornladios/ADIOS2.git')