mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-cclib: auto updated to 2.0a1-1
This commit is contained in:
parent
02cd60d681
commit
a54f08191b
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_name="cclib"
|
_name="cclib"
|
||||||
pkgname="python-${_name}"
|
pkgname="python-${_name}"
|
||||||
pkgver=1.8.1
|
pkgver=2.0a1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A library for parsing and interpreting the results of computational chemistry packages."
|
pkgdesc="A library for parsing and interpreting the results of computational chemistry packages."
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="http://cclib.github.io"
|
url="http://cclib.github.io"
|
||||||
|
@ -25,7 +25,7 @@ optdepends=('psi4: for Psi4 bridge'
|
||||||
'python-pyquante2: for computing grid-based quantities with cube output'
|
'python-pyquante2: for computing grid-based quantities with cube output'
|
||||||
'python-pyscf: for PySCF bridge')
|
'python-pyscf: for PySCF bridge')
|
||||||
source=("https://github.com/${_name}/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
|
source=("https://github.com/${_name}/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
|
||||||
sha256sums=('d10aa2352479fcdaa86cc32055a8ae7f98ce26523ea928944ab2256f0875d605')
|
sha256sums=('5df810ff91e04a4cc756bf5a6daed2da8877ebb9c1830fa90616ac218501bc15')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_name}-${pkgver}"
|
cd "${srcdir}/${_name}-${pkgver}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue