summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-10-18 10:31:18 +0300
committerMr.Smith19742023-10-18 10:31:18 +0300
commitfe4ea7bb3550b8dff46eca7848e8b8fc620221da (patch)
treea66e1c7e1e39ae8fb7e70eae046fc3b4a7f14ae0
parente9973bd76497b4746efbe62aef16353ef223d905 (diff)
downloadaur-fe4ea7bb3550b8dff46eca7848e8b8fc620221da.tar.gz
Updated build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f2b05926be..1fdbce2cddfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libint2
pkgdesc = A high-performance library for computing Gaussian integrals in quantum mechanics
pkgver = 2.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/evaleev/libint
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 1b8d25c6ea67..e006b60d5a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=libint
pkgname=libint2
pkgver=2.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='A high-performance library for computing Gaussian integrals in quantum mechanics'
url='https://github.com/evaleev/libint'
license=('GPL')
@@ -76,7 +76,7 @@ build() {
check() {
libint_build_dir="${srcdir}/build_libint"
cd "$libint_build_dir/${_pkgname}-${pkgver}"
- cmake --build . check
+ cmake --build . --target check
}
package() {