summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2019-05-03 22:49:12 -0400
committerEric Berquist2019-05-03 22:49:12 -0400
commit04847af868f66518949c3c1fa8889096f245777b (patch)
tree4b0faff72c8f5054ab265f7dba31d60f74d8ceef
parent68af90fce2e2ace5a571a5cd2e1979ceaab4864b (diff)
downloadaur-04847af868f66518949c3c1fa8889096f245777b.tar.gz
Version bump: 1.5.3 -> 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b688b1539515..6cb1d8ae7010 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Apr 17 22:44:43 UTC 2018
pkgbase = python-cclib
pkgdesc = A library for parsing and interpreting the results of computational chemistry packages.
- pkgver = 1.5.3
+ pkgver = 1.6.1
pkgrel = 1
url = http://cclib.github.io
arch = any
license = LGPL
- source = https://github.com/cclib/cclib/archive/v1.5.3.tar.gz
- sha256sums = 119604e94ecc610400caaebfa80d432c5b5044eb31931c313fd494463e3a5635
+ source = https://github.com/cclib/cclib/archive/v1.6.1.tar.gz
+ sha256sums = 3a5535d6cbcd6f18f615cc506a018b0153c425b85d2c1319166e75fd93950831
pkgname = python-cclib
depends = python
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")