summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 445b5a8a8f7e..32f1c0c6bd4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name="cclib"
pkgbase="python-${_name}"
pkgname=("python-${_name}" "python2-${_name}")
-pkgver="1.3.1"
+pkgver="1.3.2"
pkgrel="1"
pkgdesc="A library for parsing and interpreting the results of computational chemistry packages."
arch=("any")
url="http://cclib.github.io"
license=("LGPL")
source=("https://github.com/${_name}/${_name}/releases/download/v${pkgver}/cclib-${pkgver}.tar.gz")
-sha256sums=('2a5270cc575008e618f485265e6e7a41c5072f8d9a89fc89e0eadd13933d69f1')
+sha256sums=('5b7c14713b38ac5ac1c1819357c7fd72d83d26c9a8774a336f31ded52b7e7111')
package_python-cclib() {
depends=("python" "python-numpy")