diff options
author | Nicolas Derumigny | 2024-11-24 14:49:47 +0100 |
---|---|---|
committer | Nicolas Derumigny | 2024-11-24 14:50:02 +0100 |
commit | e498570de0f00691713c08fc142b73b237d29e3a (patch) | |
tree | 5e7445b6f1ba19afb3b565fcafb4c4afc5e52166 | |
parent | f8b485a8efc0352971cec9ee05b8002b1ec3c4da (diff) | |
download | aur-e498570de0f00691713c08fc142b73b237d29e3a.tar.gz |
Update to v23.0
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = spack pkgdesc = A flexible package manager for supercomputer that supports multiple versions, configurations, platforms, and compilers. - pkgver = 0.22.2 + pkgver = 0.23.0 pkgrel = 2 url = https://spack.io/ arch = i686 @@ -12,7 +12,7 @@ pkgbase = spack depends = polkit optdepends = env-modules-tcl optdepends = lmod - source = spack-0.22.2.tar.gz::https://github.com/spack/spack/archive/v0.22.2.tar.gz + source = spack-0.23.0.tar.gz::https://github.com/spack/spack/archive/v0.23.0.tar.gz source = spack.sysusers source = spack.tmpfiles source = spack.pkaction @@ -1,6 +1,6 @@ # Maintainer: Nicolas Derumigny nderumigny <at> gmail <dot> com pkgname=spack -pkgver=0.22.2 +pkgver=0.23.0 pkgrel=2 pkgdesc="A flexible package manager for supercomputer that supports multiple versions, configurations, platforms, and compilers." arch=('i686' 'x86_64') |