summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2017-06-21 13:17:37 -0400
committerRoss Whitfield2017-06-21 13:17:37 -0400
commit01d513e22602a21f1d4035a8b87b6ee5bceeb803 (patch)
tree7340ab868c14e5e98aa37f0c2f56807a65fbe725
parent0ce2a319f4da4b78f607d0b22e2939dc24d9e1d6 (diff)
downloadaur-01d513e22602a21f1d4035a8b87b6ee5bceeb803.tar.gz
Update to 3.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 371e313331a3..395792c72cac 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.13.0
+ pkgver = 3.14.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.13.0
- md5sums = 5a8455e2fd74a5dedf3d398c1a2ad7b0
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.14.0
+ md5sums = 30ee5006b266d9f1f319fe43e24a6802
pkgname = python-ase
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 9da4f7c49061..febc5e66eb67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-ase' 'python2-ase')
-pkgver=3.13.0
-_sha=c49964a2621c48185054eb27f4a28e1cadbf618e
+pkgver=3.14.0
+_sha=5081e4e256df500c85fd9284dc29746cb21d7732
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=('5a8455e2fd74a5dedf3d398c1a2ad7b0')
+md5sums=('30ee5006b266d9f1f319fe43e24a6802')
prepare() {
cp -a "${srcdir}/ase-$pkgver-$_sha"{,-py2}