summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2018-07-10 17:08:05 -0400
committerJia Li2018-07-10 17:08:05 -0400
commitc6ae85c29acfad55dbf6643b99e37c76aa266ea1 (patch)
tree53b1a52729b3870764052d012887bd1b5eb55d12
parentc1def2c7479e3c114a25e8d1b5034a3dc084329c (diff)
downloadaur-c6ae85c29acfad55dbf6643b99e37c76aa266ea1.tar.gz
Update to 3.0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcc5a1483b47..b8476dbb0706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcint
pkgdesc = General GTO integrals for quantum chemistry
- pkgver = 3.0.3
+ pkgver = 3.0.13
pkgrel = 1
url = http://wiki.sunqm.net/libcint
arch = i686
@@ -8,9 +8,9 @@ pkgbase = libcint
license = BSD
makedepends = cmake
depends = blas
- provides = libcint=3.0.3
- source = https://github.com/sunqm/libcint/archive/v3.0.3.tar.gz
- md5sums = 36398620229eb035bee17aa1a5cb5efd
+ provides = libcint=3.0.13
+ source = https://github.com/sunqm/libcint/archive/v3.0.13.tar.gz
+ md5sums = c29262391f4eccf7b86d18964038eff5
pkgname = libcint
diff --git a/PKGBUILD b/PKGBUILD
index 6efbe10b71f8..f5374e3e8e45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=libcint
-pkgver=3.0.3
+pkgver=3.0.13
pkgrel=1
pkgdesc="General GTO integrals for quantum chemistry"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ depends=('blas')
makedepends=('cmake')
provides=($pkgname=$pkgver)
source=("https://github.com/sunqm/libcint/archive/v$pkgver.tar.gz")
-md5sums=('36398620229eb035bee17aa1a5cb5efd')
+md5sums=('c29262391f4eccf7b86d18964038eff5')
build() {
cd "$pkgname-$pkgver"