summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2016-10-25 10:38:30 -0400
committerRoss Whitfield2016-10-25 10:38:30 -0400
commit08b618b387c74ee6b3c2d6d156be995e5ba12140 (patch)
tree21676630a6331be3825d39021b2e2a53c860c469
parenta9a60229681fd1b579537935748c6a66a48dc3da (diff)
downloadaur-08b618b387c74ee6b3c2d6d156be995e5ba12140.tar.gz
Update to 3.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a36e2de5b170..78dc2656d9d7 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.11.0
- pkgrel = 3
+ pkgver = 3.12.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.11.0
- md5sums = 3518022fce4adc8f07a0bcb661ac6502
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.12.0
+ md5sums = 32998ade5a05cf20a49756a0db021153
pkgname = python-ase
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 256313d6cbeb..525aa1750ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-ase' 'python2-ase')
-pkgver=3.11.0
-_sha=88f25faf32519e6e191d1e702b0554d2e5f43399
-pkgrel=3
+pkgver=3.12.0
+_sha=55da3aa3b94b0feceb9bf64e2f7bf81fe054dcfa
+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"
arch=("any")
license=('LGPLv2.1+')
makedepends=('python-setuptools')
source=("https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=$pkgver")
-md5sums=('3518022fce4adc8f07a0bcb661ac6502')
+md5sums=('32998ade5a05cf20a49756a0db021153')
prepare() {
cp -a "${srcdir}/ase-$pkgver-$_sha"{,-py2}