summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Spencer2018-10-07 14:46:14 +0100
committerJames Spencer2018-10-07 14:46:14 +0100
commit7e00e3bfb34f9ae672c144a61fa9a574082236d2 (patch)
treeba1ef0a591af289ceafa7e6bab9ae97a5f34ff63
parentc2a5dcce7b18f9e860a3bc1b0af0224196fd7ce0 (diff)
downloadaur-7e00e3bfb34f9ae672c144a61fa9a574082236d2.tar.gz
Update to 4.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb826675ea39..b500d4011fa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 7 14:12:14 UTC 2018
+# Sun Oct 7 13:46:05 UTC 2018
pkgbase = libxc
pkgdesc = library of exchange-correlation functionals for density-functional theory
- pkgver = 4.0.4
+ pkgver = 4.2.3
pkgrel = 1
url = http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
arch = i686
@@ -11,8 +11,8 @@ pkgbase = libxc
makedepends = gcc
makedepends = gcc-fortran
options = staticlibs
- source = http://www.tddft.org/programs/octopus/down.php?file=libxc/4.0.4/libxc-4.0.4.tar.gz
- sha1sums = e3b7c72e0d121ff329f5723ac115423e43cf1ba3
+ source = http://www.tddft.org/programs/octopus/down.php?file=libxc/4.2.3/libxc-4.2.3.tar.gz
+ sha1sums = 7295ccb5f7641045cc475b8e649f04733f2d15ac
pkgname = libxc
diff --git a/PKGBUILD b/PKGBUILD
index af7acf368a3c..f36581bf271e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=libxc
-pkgver=4.0.4
+pkgver=4.2.3
pkgrel=1
pkgdesc="library of exchange-correlation functionals for density-functional theory"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('LGPL')
makedepends=('gcc' 'gcc-fortran')
optdepends=()
source=(http://www.tddft.org/programs/octopus/down.php?file=libxc/$pkgver/libxc-$pkgver.tar.gz)
-sha1sums=('e3b7c72e0d121ff329f5723ac115423e43cf1ba3')
+sha1sums=('7295ccb5f7641045cc475b8e649f04733f2d15ac')
options=(staticlibs)
build() {