summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Derumigny2024-03-07 11:35:45 +0100
committerNicolas Derumigny2024-03-07 11:35:45 +0100
commit7cbb518d337ee322251ad45c56272bc58c06e33e (patch)
tree5a347f9b2335bc898606ff260927b6d50b0ee8bf
parent88cd9e237c5ddc80583ef07d3383d91164ff2bbd (diff)
downloadaur-spack.tar.gz
v0.21.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb9154e340a2..e1c8758e8969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = spack
pkgdesc = A flexible package manager for supercomputer that supports multiple versions, configurations, platforms, and compilers.
- pkgver = 0.21.1
+ pkgver = 0.21.2
pkgrel = 1
url = https://spack.io/
arch = i686
arch = x86_64
license = MIT
+ makedepends = debugedit
+ makedepends = patch
depends = python
depends = polkit
optdepends = env-modules-tcl
optdepends = lmod
- source = spack-0.21.1.tar.gz::https://github.com/spack/spack/archive/v0.21.1.tar.gz
+ source = spack-0.21.2.tar.gz::https://github.com/spack/spack/archive/v0.21.2.tar.gz
source = spack.sysusers
source = spack.tmpfiles
source = spack.pkaction
diff --git a/PKGBUILD b/PKGBUILD
index efcd4da42c5e..4473899e1893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nicolas Derumigny nderumigny <at> gmail <dot> com
pkgname=spack
-pkgver=0.21.1
+pkgver=0.21.2
pkgrel=1
pkgdesc="A flexible package manager for supercomputer that supports multiple versions, configurations, platforms, and compilers."
arch=('i686' 'x86_64')
@@ -8,6 +8,7 @@ url="https://spack.io/"
license=('MIT')
depends=('python' 'polkit')
optdepends=( 'env-modules-tcl' 'lmod' )
+makedepends=( 'debugedit' 'patch' )
source=(
spack-${pkgver}.tar.gz::https://github.com/spack/spack/archive/v${pkgver}.tar.gz
spack.sysusers