summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46602394e923..21e59ba30cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = xcfun-git
pkgdesc = Exchange-Correlation functionals with arbitrary order derivatives
pkgver = 2.1.1.r1.gf87ca0e
- pkgrel = 3
+ 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
@@ -16,4 +17,3 @@ pkgbase = xcfun-git
md5sums = SKIP
pkgname = xcfun-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6e07530e8893..9f4a6f7e1850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=xcfun-git
_pkgname=xcfun
pkgver=2.1.1.r1.gf87ca0e
-pkgrel=3
+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 xcfun-pyscf)
source=($pkgname::git+https://github.com/dftlibs/xcfun.git)