summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Spencer2017-10-22 08:04:28 +0100
committerJames Spencer2017-10-22 19:44:16 +0100
commit70d57ae77c7ac931bd0ec9e009c4451eee65e7ca (patch)
treeef13f4fb17492e4f5c28865fcda15ea621c6b4a8
parent023c3239ff6f88f764c165513ff05a1ee400e25b (diff)
downloadaur-70d57ae77c7ac931bd0ec9e009c4451eee65e7ca.tar.gz
Update to 4.0.1.0 and enable libxc
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb68647df4b2..a5c2148b3840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu May 12 21:02:23 UTC 2016
+# Sun Oct 22 18:44:13 UTC 2017
pkgbase = atompaw
pkgdesc = Tool to generate projector and basis functions needed for performing electronic structure calculations based on the projector augmented wave (PAW) method.
- pkgver = 4.0.0.13
+ pkgver = 4.0.1.0
pkgrel = 1
- url = http://www.wfu.edu/~natalie/papers/pwpaw/man.html
+ url = http://users.wfu.edu/natalie/papers/pwpaw/man.html
arch = i686
arch = x86_64
license = GPL
makedepends = gcc-fortran
- depends = lapack
+ depends = lapack libxc
optdepends = csh: analysis scripts
- source = http://www.wfu.edu/~natalie/papers/pwpaw/atompaw-4.0.0.13.tar.gz
- sha1sums = b482cbada8f2e11904996e5d3305de011520d78a
+ source = http://users.wfu.edu/natalie/papers/pwpaw/atompaw-4.0.1.0.tar.gz
+ sha1sums = a4bc2e33461459a223783cdf6f83161aaa3663db
pkgname = atompaw
diff --git a/PKGBUILD b/PKGBUILD
index 8b747a6305d1..8db17ec55d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=atompaw
-pkgver=4.0.0.13
+pkgver=4.0.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')
-url="http://www.wfu.edu/~natalie/papers/pwpaw/man.html"
+url="http://users.wfu.edu/natalie/papers/pwpaw/man.html"
license=('GPL')
-depends=('lapack')
+depends=('lapack libxc')
optdepends=('csh: analysis scripts')
makedepends=('gcc-fortran')
-source=(http://www.wfu.edu/~natalie/papers/pwpaw/$pkgname-$pkgver.tar.gz)
-sha1sums=('b482cbada8f2e11904996e5d3305de011520d78a')
+source=(http://users.wfu.edu/natalie/papers/pwpaw/$pkgname-$pkgver.tar.gz)
+sha1sums=('a4bc2e33461459a223783cdf6f83161aaa3663db')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-libxc
#make -pn
make -j1
}