summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacktea2020-08-05 19:57:14 +0800
committerblacktea2020-08-05 19:57:14 +0800
commiteae8ca8a9155c32c24f723f78fd1fdec57ec4d78 (patch)
treecc322fd6b3701205ea11c327930c6b0afa4d2b30
parent13892c4b8ea1232430e38af056bc4f4abbd2bcdb (diff)
downloadaur-eae8ca8a9155c32c24f723f78fd1fdec57ec4d78.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 f9d9d1a9dccd..5d7968e22883 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 = 1
+ pkgrel = 2
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 = $pkgname::git+https://github.com/ornladios/ADIOS2.git
+ source = adios2::git+https://github.com/ornladios/ADIOS2.git
md5sums = SKIP
pkgname = adios2-git
diff --git a/PKGBUILD b/PKGBUILD
index fe2935c5aefa..84a5ce3fe0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=adios2-git
pkgver=2.6.0.r256.gd96750bf
-pkgrel=1
+pkgrel=2
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=('$pkgname::git+https://github.com/ornladios/ADIOS2.git')
+source=('adios2::git+https://github.com/ornladios/ADIOS2.git')
md5sums=('SKIP')
pkgver() {