summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-08-13 10:47:55 +0300
committerDrobot Viktor2019-08-13 10:47:55 +0300
commit1cb7c2fd34aa5c9db434ae7f8a567935d0e13946 (patch)
tree5a0cf1e9d21953851956b33e525bce04524aeecd
parent7bcedaa2dabf5ceab8c1217f0ac90d0d1c7c36e2 (diff)
downloadaur-1cb7c2fd34aa5c9db434ae7f8a567935d0e13946.tar.gz
Bump to 2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73a1a86713e7..63277c04b1d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libint2
pkgdesc = A library for the evaluation of molecular integrals of many-body operators over Gaussian functions
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/evaleev/libint
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = libint2
depends = boost-libs
depends = gmp
options = !strip
- source = https://github.com/evaleev/libint/archive/v2.5.0.tar.gz
- sha1sums = ab49e3c3691bbeb32310d81f0bfff315db4213f2
+ source = https://github.com/evaleev/libint/archive/v2.6.0.tar.gz
+ sha1sums = 2432391ff400bb9bf813443043582fa397f38b0a
pkgname = libint2
diff --git a/PKGBUILD b/PKGBUILD
index 1517164de2f3..da05f85d29c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libint2
_pkgname=libint
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc='A library for the evaluation of molecular integrals of many-body operators over Gaussian functions'
url='https://github.com/evaleev/libint'
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('boost' 'boost-libs' 'gmp')
makedepends=('make' 'autoconf' 'doxygen' 'clang' 'texlive-bin')
source=("https://github.com/evaleev/libint/archive/v${pkgver}.tar.gz")
-sha1sums=('ab49e3c3691bbeb32310d81f0bfff315db4213f2')
+sha1sums=('2432391ff400bb9bf813443043582fa397f38b0a')
options=(!strip)
build() {