summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2019-08-02 01:55:21 -0400
committerJia Li2019-08-02 01:55:21 -0400
commitdd329aa3a1d13b626f76a3c27432b60fcc3b36e9 (patch)
treebcbe0a011574e71b408f082b15b96be304f4e5a1
parentde4c34bc839cad0b8c5605bd87c5d5ed9e4fe612 (diff)
downloadaur-dd329aa3a1d13b626f76a3c27432b60fcc3b36e9.tar.gz
Update source
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbdc47e2fd1d..d406cc86db34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-pyscf-git
pkgdesc = Python-based Simulations of Chemistry Framework
- pkgver = 1.5.1.r20.ge0259cc4
+ pkgver = 1.6.3.r0.g3f66df27
pkgrel = 1
- url = http://sunqm.github.io/pyscf
+ url = http://pyscf.github.io
arch = i686
arch = x86_64
license = BSD
@@ -13,10 +13,10 @@ pkgbase = python-pyscf-git
depends = python-h5py
depends = xcfun-pyscf
depends = libcint-cint3
- depends = libxc
- provides = python-pyscf=1.5.1.r20.ge0259cc4
+ depends = libxc3
+ provides = python-pyscf=1.6.3.r0.g3f66df27
conflicts = python-pyscf
- source = python-pyscf-git::git+https://github.com/sunqm/pyscf.git
+ source = python-pyscf-git::git+https://github.com/pyscf/pyscf.git
md5sums = SKIP
pkgname = python-pyscf-git
diff --git a/PKGBUILD b/PKGBUILD
index 3945df7e2fba..3d54ec8fd3bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=python-pyscf-git
_pkgname=python-pyscf
-pkgver=1.5.1.r20.ge0259cc4
+pkgver=1.6.3.r0.g3f66df27
pkgrel=1
pkgdesc="Python-based Simulations of Chemistry Framework"
arch=(i686 x86_64)
-url="http://sunqm.github.io/pyscf"
+url="http://pyscf.github.io"
license=('BSD')
-depends=('python' 'python-numpy' 'python-scipy' 'python-h5py' 'xcfun-pyscf' 'libcint-cint3' 'libxc')
+depends=('python' 'python-numpy' 'python-scipy' 'python-h5py' 'xcfun-pyscf' 'libcint-cint3' 'libxc3')
makedepends=('cmake')
provides=($_pkgname=$pkgver)
conflicts=($_pkgname)
-source=("$pkgname::git+https://github.com/sunqm/pyscf.git")
+source=("$pkgname::git+https://github.com/pyscf/pyscf.git")
md5sums=('SKIP')
pkgver() {