summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2018-04-05 17:27:45 -0400
committerJia Li2018-04-05 17:27:45 -0400
commit0ed965f0fbf235072f839e0c9b09fe0caa7b8427 (patch)
treef8694fac2cb609da858cce02bf086cacdd5cf07c
parentd31485c4779451f760fef230366a11ec5070a7d9 (diff)
downloadaur-0ed965f0fbf235072f839e0c9b09fe0caa7b8427.tar.gz
Updated conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42a8abdae363..601fc42de42e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = python2-pyscf-git
depends = libcint
depends = libxc
provides = python2-pyscf=1.4.5.r10.g57c8912d
+ conflicts = python2-pyscf
source = python2-pyscf-git::git+https://github.com/sunqm/pyscf.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8e15958252ee..060e87c86fbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('BSD')
depends=('python2' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'xcfun' 'libcint' 'libxc')
makedepends=('cmake')
provides=($_pkgname=$pkgver)
+conflicts=('python2-pyscf')
source=("$pkgname::git+https://github.com/sunqm/pyscf.git")
md5sums=('SKIP')