summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiv Upadhyay2021-02-15 19:53:42 -0500
committerShiv Upadhyay2021-02-15 19:53:42 -0500
commit7cceda0c346f74b3a7c7c4b02ad4be03239f2b2c (patch)
tree960c276fa010b5f189a07f90f312aaeaacb55d6b
parent08621f977ad0936b64adc59ef978f5e9b026d1b1 (diff)
downloadaur-7cceda0c346f74b3a7c7c4b02ad4be03239f2b2c.tar.gz
Update provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 008badcdfc99..46602394e923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xcfun-git
pkgdesc = Exchange-Correlation functionals with arbitrary order derivatives
pkgver = 2.1.1.r1.gf87ca0e
- pkgrel = 2
+ pkgrel = 3
url = http://dftlibs.org/xcfun/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = xcfun-git
provides = xcfun
provides = xcfun-pyscf
conflicts = xcfun
+ conflicts = xcfun-pyscf
source = xcfun-git::git+https://github.com/dftlibs/xcfun.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 88f934065a7f..6e07530e8893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=xcfun-git
_pkgname=xcfun
pkgver=2.1.1.r1.gf87ca0e
-pkgrel=2
+pkgrel=3
pkgdesc="Exchange-Correlation functionals with arbitrary order derivatives"
arch=(i686 x86_64)
url="http://dftlibs.org/xcfun/"
license=('GPL3')
makedepends=(git cmake)
provides=(xcfun xcfun-pyscf)
-conflicts=(xcfun-pyscf)
-conflicts=(xcfun)
+conflicts=(xcfun xcfun-pyscf)
source=($pkgname::git+https://github.com/dftlibs/xcfun.git)
md5sums=('SKIP')