summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()