summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2018-07-06 17:20:30 -0400
committerRoss Whitfield2018-07-06 17:20:30 -0400
commit637b3245f8afacd182d794304a8c23879f872613 (patch)
tree16000a1caa5151e8c1560320678790a1aea637b3
parentde17477239bbaa078f69fdb0d17846c6e94fb71a (diff)
downloadaur-637b3245f8afacd182d794304a8c23879f872613.tar.gz
Update to 3.16.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d434d6dd6a..d990a2dc2031 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.16.0
+ pkgver = 3.16.2
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.16.0
- md5sums = ded89622f097230c76f55ee7b6cdedbc
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.16.2
+ md5sums = 775e6200eaba888e17a5bd4f49c8ef27
pkgname = python-ase
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index db30321f53db..785c2dae63d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-ase' 'python2-ase')
-pkgver=3.16.0
-_sha=e240cec52abeb150b1b5cefa69888b7b60489878
+pkgver=3.16.2
+_sha=c964cdaa5ae1ca87436b7f06d0eb5017d16d03b1
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=('ded89622f097230c76f55ee7b6cdedbc')
+md5sums=('775e6200eaba888e17a5bd4f49c8ef27')
prepare() {
cp -a "${srcdir}/ase-$pkgver-$_sha"{,-py2}
}