summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-01-11 07:56:02 +0000
committerAuto update bot2023-01-11 07:56:02 +0000
commit818bec066455c65026356d98b1840c5df7c26587 (patch)
treebef882df456f299e49582702f285ef9229ea8582
parentda19e9eefca43734ae8f0118a4e7aa0cc4e33765 (diff)
downloadaur-818bec066455c65026356d98b1840c5df7c26587.tar.gz
auto updated to 6.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a6a5dc9d88..3126e184b42d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxc
pkgdesc = A library of exchange-correlation functionals for density-functional theory
- pkgver = 6.0.0
+ pkgver = 6.1.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=6.0.0/libxc-6.0.0.tar.gz
- sha512sums = f0657c89ad83d7b6293e51745243cfa5052bfdae099cbd682f2408e4798478497c87814a685d2a345ffa15ba6e06c58c3772236ab78024bea938fbc41be8026d
+ source = https://www.tddft.org/programs/libxc/down.php?file=6.1.0/libxc-6.1.0.tar.gz
+ sha512sums = 46d31c7994988fd436c2ff20400ab8afbb10e01b7e5ab24773400f0ea31af517f93c56b571effe1ae2e511302e7c36f54592e43669f8fdc389cb075957a629aa
pkgname = libxc
diff --git a/PKGBUILD b/PKGBUILD
index 132777ba235e..b8ec6b240a13 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=6.0.0
+pkgver=6.1.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=('f0657c89ad83d7b6293e51745243cfa5052bfdae099cbd682f2408e4798478497c87814a685d2a345ffa15ba6e06c58c3772236ab78024bea938fbc41be8026d')
+sha512sums=('46d31c7994988fd436c2ff20400ab8afbb10e01b7e5ab24773400f0ea31af517f93c56b571effe1ae2e511302e7c36f54592e43669f8fdc389cb075957a629aa')
options=(staticlibs)
build() {