summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-10-15 07:57:02 +0000
committerAuto update bot2022-10-15 07:57:02 +0000
commitda19e9eefca43734ae8f0118a4e7aa0cc4e33765 (patch)
tree6af1f61924522604001ba7490b735580a76621e7
parentd662902c62819cab3033f6493ba07016d989f0f6 (diff)
downloadaur-da19e9eefca43734ae8f0118a4e7aa0cc4e33765.tar.gz
auto updated to 6.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ea3216c492..67a6a5dc9d88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxc
pkgdesc = A library of exchange-correlation functionals for density-functional theory
- pkgver = 5.2.3
+ pkgver = 6.0.0
pkgrel = 1
url = https://www.tddft.org/programs/libxc
arch = i686
@@ -11,7 +11,7 @@ pkgbase = libxc
makedepends = cmake
depends = python-numpy
options = staticlibs
- source = https://www.tddft.org/programs/libxc/down.php?file=5.2.3/libxc-5.2.3.tar.gz
- sha512sums = e7a5100af2a4a1d0aee773919cca31bfffdc2a8c0a04d9df9247df5ec78a9ef13d1da9585cc6e3f3f96f6a974cafc762493d66d2fd7dea312b9e0f4dee3c934f
+ source = https://www.tddft.org/programs/libxc/down.php?file=6.0.0/libxc-6.0.0.tar.gz
+ sha512sums = f0657c89ad83d7b6293e51745243cfa5052bfdae099cbd682f2408e4798478497c87814a685d2a345ffa15ba6e06c58c3772236ab78024bea938fbc41be8026d
pkgname = libxc
diff --git a/PKGBUILD b/PKGBUILD
index 753c31ba3b30..132777ba235e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: James Spencer <james.s.spencer@gmail.com>
# Contributor: Anton Kudelin <kudelin at protonmail dot com>
pkgname=libxc
-pkgver=5.2.3
+pkgver=6.0.0
pkgrel=1
pkgdesc="A library of exchange-correlation functionals for density-functional theory"
arch=('i686' 'x86_64' 'aarch64')
@@ -12,7 +12,7 @@ license=('MPL2')
depends=(python-numpy)
makedepends=(gcc-fortran cmake)
source=(${url}/down.php?file=${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e7a5100af2a4a1d0aee773919cca31bfffdc2a8c0a04d9df9247df5ec78a9ef13d1da9585cc6e3f3f96f6a974cafc762493d66d2fd7dea312b9e0f4dee3c934f')
+sha512sums=('f0657c89ad83d7b6293e51745243cfa5052bfdae099cbd682f2408e4798478497c87814a685d2a345ffa15ba6e06c58c3772236ab78024bea938fbc41be8026d')
options=(staticlibs)
build() {