summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-12-31 18:31:23 +0300
committerMr.Smith19742023-12-31 18:31:23 +0300
commitf9ae6f0ed5a97bab281e853f7078ec1e4e02a70d (patch)
tree9e48ea493bb063c1d90607d686b4039fbe79b898
parentfe4ea7bb3550b8dff46eca7848e8b8fc620221da (diff)
downloadaur-libint2.tar.gz
updated build
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fdbce2cddfb..1816aa98ee7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libint2
pkgdesc = A high-performance library for computing Gaussian integrals in quantum mechanics
- pkgver = 2.7.2
- pkgrel = 2
+ pkgver = 2.8.1
+ pkgrel = 1
url = https://github.com/evaleev/libint
arch = x86_64
license = GPL
@@ -13,7 +13,7 @@ pkgbase = libint2
makedepends = eigen
depends = boost
options = staticlibs
- source = https://github.com/evaleev/libint/archive/v2.7.2.tar.gz
- sha256sums = fd0466ce9eb6786b8c5bbe3d510e387ed44b198a163264dfd7e60b337e295fd9
+ source = https://github.com/evaleev/libint/archive/v2.8.1.tar.gz
+ sha256sums = 54ae9c55f03f1989ee4792ab1ec24eda8ac88126f9c11f3723ed76a3275b3e24
pkgname = libint2
diff --git a/PKGBUILD b/PKGBUILD
index e006b60d5a1e..844b8841d10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
# Contributor: Anton Kudelin <kudelin at protonmail dot com>
_pkgname=libint
pkgname=libint2
-pkgver=2.7.2
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
pkgdesc='A high-performance library for computing Gaussian integrals in quantum mechanics'
url='https://github.com/evaleev/libint'
license=('GPL')
@@ -12,7 +12,7 @@ arch=('x86_64')
depends=('boost')
makedepends=('python' 'gcc-fortran' 'cmake' 'automake' 'autoconf' 'eigen')
source=("https://github.com/evaleev/libint/archive/v${pkgver}.tar.gz")
-sha256sums=('fd0466ce9eb6786b8c5bbe3d510e387ed44b198a163264dfd7e60b337e295fd9')
+sha256sums=('54ae9c55f03f1989ee4792ab1ec24eda8ac88126f9c11f3723ed76a3275b3e24')
options=(staticlibs)