summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Spencer2021-04-28 15:18:29 +0100
committerJames Spencer2021-04-28 15:18:29 +0100
commitac8e0077fc89094cf30c506ffdd1ecf3609cff0f (patch)
tree0228de1bb52dbddf45e4c1c9ea9bb149484c48d7 /PKGBUILD
parent3cee33d3fa0c0b0d86c0ad5b2a7dcff15b60ee68 (diff)
downloadaur-atompaw.tar.gz
Update to 4.1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aba621dfe418..915e9e771d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=atompaw
-pkgver=4.1.0.6
+pkgver=4.1.1.0
pkgrel=1
pkgdesc="Tool to generate projector and basis functions needed for performing electronic structure calculations based on the projector augmented wave (PAW) method."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('lapack' 'libxc')
optdepends=('csh: analysis scripts')
makedepends=('gcc-fortran')
source=(http://users.wfu.edu/natalie/papers/pwpaw/$pkgname-$pkgver.tar.gz)
-sha256sums=('42a46c0569367c0b971fbc3dcaf5eaec7020bdff111022b6f320de9f11c41c2c')
+sha256sums=('b1ee2b53720066655d98523ef337e54850cb1e68b3a2da04ff5a1576d3893891')
build() {
cd "$srcdir/$pkgname-$pkgver"