summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-01-15 07:57:26 +0000
committerAuto update bot2024-01-15 07:57:26 +0000
commitfc85e03ff219886e6879e1988e0cdb4a64a9f5f4 (patch)
treeffdb9560ec3770e589c3700a9681acbe99461e5c
parent1e0792baa1eac5487ee4a86c8b496e1f4e7fecd8 (diff)
downloadaur-cp2k-bin.tar.gz
Auto updated to 2024.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 206c8361a304..aa2acb647cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cp2k-bin
pkgdesc = A quantum chemistry and solid state physics software package for atomistic simulations of solid state, liquid, molecular, periodic, material, crystal, and biological systems. (precompiled, OpenMP)
- pkgver = 2023.2
+ pkgver = 2024.1
pkgrel = 1
url = https://www.cp2k.org
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = cp2k-bin
license = GPL2
provides = cp2k
conflicts = cp2k
- source_x86_64 = https://github.com/cp2k/cp2k/releases/download/v2023.2/cp2k-2023.2-Linux-gnu-x86_64.ssmp
- md5sums_x86_64 = dc9e25ecebaaac42252242ace24e708c
- source_aarch64 = https://github.com/cp2k/cp2k/releases/download/v2023.2/cp2k-2023.2-Linux-gnu-aarch64.ssmp
- md5sums_aarch64 = 3e6933f716d0016d3a22557a36493f58
+ source_x86_64 = https://github.com/cp2k/cp2k/releases/download/v2024.1/cp2k-2024.1-Linux-gnu-x86_64.ssmp
+ md5sums_x86_64 = 540dead15bb600c8beb2c1b99c083aef
+ source_aarch64 = https://github.com/cp2k/cp2k/releases/download/v2024.1/cp2k-2024.1-Linux-gnu-aarch64.ssmp
+ md5sums_aarch64 = f64badd148f457ac884a094aa553ebb7
pkgname = cp2k-bin
diff --git a/PKGBUILD b/PKGBUILD
index ef02f4f934a0..63e1391cb61e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=cp2k
pkgname=${_name}-bin
-pkgver=2023.2
+pkgver=2024.1
pkgrel=1
pkgdesc="A quantum chemistry and solid state physics software package for atomistic simulations of solid state, liquid, molecular, periodic, material, crystal, and biological systems. (precompiled, OpenMP)"
arch=("x86_64" "aarch64")
@@ -12,8 +12,8 @@ provides=("${_name}")
conflicts=("${_name}")
source_x86_64=("https://github.com/${_name}/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}-Linux-gnu-x86_64.ssmp")
source_aarch64=("https://github.com/${_name}/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}-Linux-gnu-aarch64.ssmp")
-md5sums_x86_64=('dc9e25ecebaaac42252242ace24e708c')
-md5sums_aarch64=('3e6933f716d0016d3a22557a36493f58')
+md5sums_x86_64=('540dead15bb600c8beb2c1b99c083aef')
+md5sums_aarch64=('f64badd148f457ac884a094aa553ebb7')
package() {
cd "${srcdir}"