diff options
author | James Spencer | 2021-07-16 17:58:35 +0100 |
---|---|---|
committer | James Spencer | 2021-07-16 17:58:35 +0100 |
commit | 03198b75a4e00d92b2c71b8b79726c39b601e5d6 (patch) | |
tree | 5d3ad61e2ea93b7fd0b223077584e4a16322714c /PKGBUILD | |
parent | e061cab29e0f04e40dcedd2b358030ae84578cd8 (diff) | |
download | aur-03198b75a4e00d92b2c71b8b79726c39b601e5d6.tar.gz |
Update to 5.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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" |