summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Spencer2021-07-16 17:58:35 +0100
committerJames Spencer2021-07-16 17:58:35 +0100
commit03198b75a4e00d92b2c71b8b79726c39b601e5d6 (patch)
tree5d3ad61e2ea93b7fd0b223077584e4a16322714c /PKGBUILD
parente061cab29e0f04e40dcedd2b358030ae84578cd8 (diff)
downloadaur-03198b75a4e00d92b2c71b8b79726c39b601e5d6.tar.gz
Update to 5.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8452d3c2823..68eca2715ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,17 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=libxc
-pkgver=4.3.4
-pkgrel=4
+pkgver=5.1.5
+pkgrel=1
pkgdesc="A library of exchange-correlation functionals for density-functional theory"
arch=('i686' 'x86_64')
url="https://www.tddft.org/programs/libxc"
license=('MPL2')
makedepends=('gcc' 'gcc-fortran')
source=(http://www.tddft.org/programs/$pkgname/down.php?file=$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('8c8a8fe01ee1d2ff9868657a17f751c80534829d')
+sha256sums=('02e4615a22dc3ec87a23efbd3d9be5bfad2445337140bad1720699571c45c3f9')
options=(staticlibs)
-prepare() {
- # Add missing file. Fixed upstream (see https://gitlab.com/libxc/libxc/commit/3f4bad352779a803020de89e271a175a72b03f85).
- sed -i "/func_info.c/ a func_reference.c" $srcdir/$pkgname-$pkgver/CMakeLists.txt
-}
-
build() {
mkdir "$srcdir/build"
cd "$srcdir/build"