summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2017-05-15 10:47:43 -0400
committerEric Berquist2017-05-15 10:47:43 -0400
commit198e21fbc1ee2866befd808b50ed09f39dd967c4 (patch)
tree1557e51384b91a47e9fbc99f632bb9e5923a2e90 /PKGBUILD
parentbef24ed338bd52c64ea7297cccc0be4bf830db0b (diff)
downloadaur-198e21fbc1ee2866befd808b50ed09f39dd967c4.tar.gz
Version bump: 1.4 -> 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d59574123b9..d335a6b025f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name="cclib"
pkgbase="python-${_name}"
pkgname=("python-${_name}" "python2-${_name}")
-pkgver="1.4"
+pkgver="1.5.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}/releases/download/v${pkgver}/cclib-${pkgver}.tar.gz")
-sha256sums=('abc2c0ef124f073db923c9208c3074bac5fc3a84b7ba6e3559f9f7f524c3a034')
+source=("https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz")
+sha256sums=('b22d8f0830cc1407010bb5bb50a185960984e1772986bc46ed710ba5e3690a31')
package_python-cclib() {
depends=("python" "python-numpy")