summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2017-02-07 10:52:52 -0500
committerRoss Whitfield2017-02-07 10:52:52 -0500
commit0ce2a319f4da4b78f607d0b22e2939dc24d9e1d6 (patch)
treeb6c3473b555ad416f346f32af86d3e8c67584944
parent08b618b387c74ee6b3c2d6d156be995e5ba12140 (diff)
downloadaur-0ce2a319f4da4b78f607d0b22e2939dc24d9e1d6.tar.gz
Update to 3.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78dc2656d9d7..371e313331a3 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.12.0
+ pkgver = 3.13.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.12.0
- md5sums = 32998ade5a05cf20a49756a0db021153
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.13.0
+ md5sums = 5a8455e2fd74a5dedf3d398c1a2ad7b0
pkgname = python-ase
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 525aa1750ac4..9da4f7c49061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-ase' 'python2-ase')
-pkgver=3.12.0
-_sha=55da3aa3b94b0feceb9bf64e2f7bf81fe054dcfa
+pkgver=3.13.0
+_sha=c49964a2621c48185054eb27f4a28e1cadbf618e
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=('32998ade5a05cf20a49756a0db021153')
+md5sums=('5a8455e2fd74a5dedf3d398c1a2ad7b0')
prepare() {
cp -a "${srcdir}/ase-$pkgver-$_sha"{,-py2}