summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467c0f1d0590..2cbf38482321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libint2
pkgdesc = A high-performance library for evaluation of molecular integrals of many-body operators over Gaussian functions
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/evaleev/libint
arch = i686
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = libint2
makedepends = gcc
makedepends = automake
makedepends = autoconf
+ depends = boost
+ depends = boost-libs
source = https://github.com/evaleev/libint/archive/master.zip
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5949a1814c2d..778d6d28c1b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander Oleynichenko <alexvoleynichenko@gmail.com>
pkgname=libint2
pkgver='2.3.0'
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A high-performance library for evaluation of molecular integrals of many-body operators over Gaussian functions"
arch=('i686' 'x86_64')
url="https://github.com/evaleev/libint"
license=('GPL')
groups=()
-depends=()
+depends=(boost boost-libs)
makedepends=(gcc automake autoconf)
checkdepends=()
optdepends=()