summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWu Junyu2022-12-15 09:28:33 +0900
committerWu Junyu2022-12-15 09:28:33 +0900
commita3c2ad980373112486e7f9b83dbc14f0663e727b (patch)
tree0f275175817408a48b5c7ad147dd773b93d74cba /PKGBUILD
parentf0a8daff9e361c89ec2fcb9b49af37ebfb663904 (diff)
downloadaur-a3c2ad980373112486e7f9b83dbc14f0663e727b.tar.gz
Fix provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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")