summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2018-01-29 14:18:37 -0500
committerEric Berquist2018-01-29 14:18:37 -0500
commitddf38f0aa44b8052757348ed97ac03a1f3588bbf (patch)
treefc63f2a86e6cd26788b985a700acfca3fe8df8c1
parent198e21fbc1ee2866befd808b50ed09f39dd967c4 (diff)
downloadaur-ddf38f0aa44b8052757348ed97ac03a1f3588bbf.tar.gz
Version bump: 1.5.1 -> 1.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 357dced40b54..bf220ef96c2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon May 15 14:47:29 UTC 2017
+# Mon Jan 29 19:18:01 UTC 2018
pkgbase = python-cclib
pkgdesc = A library for parsing and interpreting the results of computational chemistry packages.
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = http://cclib.github.io
arch = any
license = LGPL
- source = https://github.com/cclib/cclib/archive/v1.5.1.tar.gz
- sha256sums = b22d8f0830cc1407010bb5bb50a185960984e1772986bc46ed710ba5e3690a31
+ source = https://github.com/cclib/cclib/archive/v1.5.2.tar.gz
+ sha256sums = f0e423c42aaf7aa55f3c833e8505e43bdd6ee4905152a0954f86aa5aec0df667
pkgname = python-cclib
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d335a6b025f3..e3be8adcc81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name="cclib"
pkgbase="python-${_name}"
pkgname=("python-${_name}" "python2-${_name}")
-pkgver="1.5.1"
+pkgver="1.5.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}/archive/v${pkgver}.tar.gz")
-sha256sums=('b22d8f0830cc1407010bb5bb50a185960984e1772986bc46ed710ba5e3690a31')
+sha256sums=('f0e423c42aaf7aa55f3c833e8505e43bdd6ee4905152a0954f86aa5aec0df667')
package_python-cclib() {
depends=("python" "python-numpy")