summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2019-09-16 13:53:16 +0000
committerJia Li2019-09-16 13:53:16 +0000
commit2dc6b65647ac1276784d14b44c0c2758dbd6fbc3 (patch)
treeaa3f858b46866ee1dd65521774d6d4e84c8ccc07
parentb0dbbf4047b532239faf4752ef65461524fc8a37 (diff)
downloadaur-2dc6b65647ac1276784d14b44c0c2758dbd6fbc3.tar.gz
Update to 3.0.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d40a961c1adc..0811ed1e5a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcint
pkgdesc = General GTO integrals for quantum chemistry
- pkgver = 3.0.14
+ pkgver = 3.0.18
pkgrel = 1
url = http://wiki.sunqm.net/libcint
arch = i686
@@ -8,10 +8,10 @@ pkgbase = libcint
license = BSD
makedepends = cmake
depends = blas
- provides = libcint=3.0.14
+ provides = libcint=3.0.18
conflicts = libcint-cint3
- source = https://github.com/sunqm/libcint/archive/v3.0.14.tar.gz
- sha256sums = 2952d59203f011680c2039ddb1d7337cd669b12632386496ce2ba2afdafbfcad
+ source = https://github.com/sunqm/libcint/archive/v3.0.18.tar.gz
+ sha256sums = c5ecc295f912fd9b80f41c353286172e710ed52ce825d1255d25a0388b6c8ffe
pkgname = libcint
diff --git a/PKGBUILD b/PKGBUILD
index 5a0e23ec9f1a..692a7430fbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=libcint
-pkgver=3.0.14
+pkgver=3.0.18
pkgrel=1
pkgdesc="General GTO integrals for quantum chemistry"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ makedepends=('cmake')
provides=($pkgname=$pkgver)
conflicts=(libcint-cint3)
source=("https://github.com/sunqm/libcint/archive/v$pkgver.tar.gz")
-sha256sums=('2952d59203f011680c2039ddb1d7337cd669b12632386496ce2ba2afdafbfcad')
+sha256sums=('c5ecc295f912fd9b80f41c353286172e710ed52ce825d1255d25a0388b6c8ffe')
build() {
cd "$pkgname-$pkgver"