summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2017-10-02 09:48:53 -0400
committerRoss Whitfield2017-10-02 09:48:53 -0400
commit973ffcc35efe3e909f4b52545082f72f29fdc38c (patch)
tree98eee526d833f3cbb648e56f247ec5a58a5c98a8
parent6cec1468dc3da3735d36e6f8b28af010146d7531 (diff)
downloadaur-973ffcc35efe3e909f4b52545082f72f29fdc38c.tar.gz
Update to 3.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd0006d7aed..a7d87e82cf6b 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.1
+ pkgver = 3.15.0
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.1
- md5sums = 42b79fc31887cfad75136a5d2ba1cd61
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.15.0
+ md5sums = 4a07b1e03aaaec4a673e1cde0e0f8401
pkgname = python-ase
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index a93f9e38f875..063d9c1dff27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-ase' 'python2-ase')
-pkgver=3.14.1
-_sha=4983cddaa5074d3969fe717b54a6a59ef0db30e8
+pkgver=3.15.0
+_sha=36bd17dda869775b1aed91e39767bb4e7359a983
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=('42b79fc31887cfad75136a5d2ba1cd61')
+md5sums=('4a07b1e03aaaec4a673e1cde0e0f8401')
prepare() {
cp -a "${srcdir}/ase-$pkgver-$_sha"{,-py2}