diff options
author | Drobot Viktor | 2019-08-13 10:47:55 +0300 |
---|---|---|
committer | Drobot Viktor | 2019-08-13 10:47:55 +0300 |
commit | 1cb7c2fd34aa5c9db434ae7f8a567935d0e13946 (patch) | |
tree | 5a0cf1e9d21953851956b33e525bce04524aeecd | |
parent | 7bcedaa2dabf5ceab8c1217f0ac90d0d1c7c36e2 (diff) | |
download | aur-1cb7c2fd34aa5c9db434ae7f8a567935d0e13946.tar.gz |
Bump to 2.6.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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() { |