summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c5b1db09c2..d9cb9f675171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,8 @@ pkgbase = psi4-git
optdepends = python-pytest-xdist
optdepends = python-sphinx
optdepends = python-nbsphinx
+ conflicts = psi4
+ provides = psi4
source = git+https://github.com/psi4/psi4
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a20569ea3c9..042ac5daaf9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ depends=(blas lapack python python-numpy gau2grid eigen
makedepends=(gcc cmake make)
checkdepends=()
optdepends=(perl python-pytest python-pytest-xdist python-sphinx python-nbsphinx)
+conflicts=(psi4)
provides=(psi4)
source=($pkgname::git+https://github.com/psi4/psi4)
md5sums=("SKIP")