summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 008badcdfc99..21e59ba30cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = xcfun-git
pkgdesc = Exchange-Correlation functionals with arbitrary order derivatives
pkgver = 2.1.1.r1.gf87ca0e
- pkgrel = 2
+ pkgrel = 4
url = http://dftlibs.org/xcfun/
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
+ makedepends = python
provides = xcfun
provides = xcfun-pyscf
conflicts = xcfun
+ conflicts = xcfun-pyscf
source = xcfun-git::git+https://github.com/dftlibs/xcfun.git
md5sums = SKIP
pkgname = xcfun-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 88f934065a7f..9f4a6f7e1850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=xcfun-git
_pkgname=xcfun
pkgver=2.1.1.r1.gf87ca0e
-pkgrel=2
+pkgrel=4
pkgdesc="Exchange-Correlation functionals with arbitrary order derivatives"
arch=(i686 x86_64)
url="http://dftlibs.org/xcfun/"
license=('GPL3')
-makedepends=(git cmake)
+makedepends=(git cmake python)
provides=(xcfun xcfun-pyscf)
-conflicts=(xcfun-pyscf)
-conflicts=(xcfun)
+conflicts=(xcfun xcfun-pyscf)
source=($pkgname::git+https://github.com/dftlibs/xcfun.git)
md5sums=('SKIP')