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 51be6d628ba1..0a49a38ae14a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name="cclib"
pkgbase="python-${_name}"
pkgname=("python-${_name}" "python2-${_name}")
-pkgver="1.5.3"
+pkgver="1.6.1"
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}/archive/v${pkgver}.tar.gz")
-sha256sums=('119604e94ecc610400caaebfa80d432c5b5044eb31931c313fd494463e3a5635')
+sha256sums=('3a5535d6cbcd6f18f615cc506a018b0153c425b85d2c1319166e75fd93950831')
package_python-cclib() {
depends=("python" "python-numpy")