summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorA.H. Kole2024-02-06 21:03:06 +0100
committerA.H. Kole2024-02-06 21:03:06 +0100
commitc4fc2ff418ec14eba238f71449e7ef87b1cdeefa (patch)
tree85930974803d714495a360bc29a70aa2199a24d6
parent695416f6188aa34f3992023282a22bf01fc59a85 (diff)
downloadaur-c4fc2ff418ec14eba238f71449e7ef87b1cdeefa.tar.gz
Updated to version 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a059af10a51a..70dac2d87ed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libgridxc
pkgdesc = A library for the computation of exchange and correlation energies and potentials in radial and 3D grids
- pkgver = 1.1.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://gitlab.com/siesta-project/libraries/libgridxc
arch = i686
@@ -14,7 +14,7 @@ pkgbase = libgridxc
depends = libxc
depends = openmpi
options = staticlibs
- source = https://gitlab.com/siesta-project/libraries/libgridxc/uploads/6af4a9d60cb44be98b017cf2913de417/libgridxc-1.1.0.tar.gz
- sha256sums = d05c8b601619567b34462b5c80c5959faf7feb6e26f4f8a77a083b75919a29b5
+ source = https://gitlab.com/siesta-project/libraries/libgridxc/uploads/76e2ffbdf13c2149285fa0fad72fa1f5/libgridxc-2.0.1.tar.gz
+ sha256sums = decd56e4e84ccf29f3c71fb26bc1e084bc715e7b1b8d628ceada42ffc5629ab2
pkgname = libgridxc
diff --git a/PKGBUILD b/PKGBUILD
index 3b3c8b603d30..ac8d8fe13a0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Arnold Kole <a.h.kole@uu.nl>
pkgname=libgridxc
-pkgver=1.1.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A library for the computation of exchange and correlation energies and potentials in radial and 3D grids"
arch=('i686' 'x86_64' 'aarch64')
@@ -10,8 +10,8 @@ depends=('libxc' 'openmpi')
makedepends=(gcc-fortran cmake)
checkdepends=(gcc-fortran cmake)
options=(staticlibs)
-source=(https://gitlab.com/siesta-project/libraries/libgridxc/uploads/6af4a9d60cb44be98b017cf2913de417/$pkgname-$pkgver.tar.gz)
-sha256sums=('d05c8b601619567b34462b5c80c5959faf7feb6e26f4f8a77a083b75919a29b5')
+source=(https://gitlab.com/siesta-project/libraries/libgridxc/uploads/76e2ffbdf13c2149285fa0fad72fa1f5/$pkgname-$pkgver.tar.gz)
+sha256sums=('decd56e4e84ccf29f3c71fb26bc1e084bc715e7b1b8d628ceada42ffc5629ab2')
build() {
cd "$pkgname-$pkgver"