summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacktea2020-08-05 19:59:48 +0800
committerblacktea2020-08-05 19:59:48 +0800
commitb40a08b812742c9fb491f9063aa0a64244a3cda1 (patch)
treeb6ee49e48093777facf155e62290ea1e72699f92
parenteae8ca8a9155c32c24f723f78fd1fdec57ec4d78 (diff)
downloadaur-b40a08b812742c9fb491f9063aa0a64244a3cda1.tar.gz
Fix error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d7968e22883..27269af0dc8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adios2-git
pkgdesc = Next generation of ADIOS developed in the Exascale Computing Program
pkgver = 2.6.0.r256.gd96750bf
- pkgrel = 2
+ pkgrel = 3
url = https://adios2.readthedocs.io/en/latest/index.html
arch = x86_64
license = Apache
@@ -16,7 +16,7 @@ pkgbase = adios2-git
depends = sz
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
pkgname = adios2-git
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() {