summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblacktea2020-08-05 19:59:48 +0800
committerblacktea2020-08-05 19:59:48 +0800
commitb40a08b812742c9fb491f9063aa0a64244a3cda1 (patch)
treeb6ee49e48093777facf155e62290ea1e72699f92 /PKGBUILD
parenteae8ca8a9155c32c24f723f78fd1fdec57ec4d78 (diff)
downloadaur-b40a08b812742c9fb491f9063aa0a64244a3cda1.tar.gz
Fix error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84a5ce3fe0b3..8a62d1d1ed88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=adios2-git
pkgver=2.6.0.r256.gd96750bf
-pkgrel=2
+pkgrel=3
pkgdesc="Next generation of ADIOS developed in the Exascale Computing Program"
arch=('x86_64')
url="https://adios2.readthedocs.io/en/latest/index.html"
@@ -11,7 +11,7 @@ depends=('libpng' 'zfp' 'hdf5' 'zeromq' 'libfabric' 'blosc' 'python' 'sz')
makedepends=('cmake')
provides=('adios2')
conflicts=('adios2')
-source=('adios2::git+https://github.com/ornladios/ADIOS2.git')
+source=('adios2-git::git+https://github.com/ornladios/ADIOS2.git')
md5sums=('SKIP')
pkgver() {