summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2017-06-28 14:46:33 -0400
committerRoss Whitfield2017-06-28 14:46:33 -0400
commit6cec1468dc3da3735d36e6f8b28af010146d7531 (patch)
tree3892c5f03f581bf8fea959f005da2e057ca03f89
parent01d513e22602a21f1d4035a8b87b6ee5bceeb803 (diff)
downloadaur-6cec1468dc3da3735d36e6f8b28af010146d7531.tar.gz
Update to 3.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 395792c72cac..7bd0006d7aed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ase
pkgdesc = Atomic Simulation Environment (ASE) is a set of tools and Python modules for setting up, manipulating, running, visualizing and analyzing atomistic simulations.
- pkgver = 3.14.0
+ pkgver = 3.14.1
pkgrel = 1
url = http://wiki.fysik.dtu.dk/ase
arch = any
license = LGPLv2.1+
makedepends = python-setuptools
- source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.14.0
- md5sums = 30ee5006b266d9f1f319fe43e24a6802
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.14.1
+ md5sums = 42b79fc31887cfad75136a5d2ba1cd61
pkgname = python-ase
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index febc5e66eb67..a93f9e38f875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-ase' 'python2-ase')
-pkgver=3.14.0
-_sha=5081e4e256df500c85fd9284dc29746cb21d7732
+pkgver=3.14.1
+_sha=4983cddaa5074d3969fe717b54a6a59ef0db30e8
pkgrel=1
pkgdesc="Atomic Simulation Environment (ASE) is a set of tools and Python modules for setting up, manipulating, running, visualizing and analyzing atomistic simulations."
url="http://wiki.fysik.dtu.dk/ase"
@@ -9,7 +9,7 @@ arch=("any")
license=('LGPLv2.1+')
makedepends=('python-setuptools')
source=("https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=$pkgver")
-md5sums=('30ee5006b266d9f1f319fe43e24a6802')
+md5sums=('42b79fc31887cfad75136a5d2ba1cd61')
prepare() {
cp -a "${srcdir}/ase-$pkgver-$_sha"{,-py2}