summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoss Whitfield2019-12-24 15:03:22 -0500
committerRoss Whitfield2019-12-24 15:03:22 -0500
commitee5c3191121f521dbaa4a92fb19211454fa459f5 (patch)
tree2a735566b6caf83c881d12eb220c341f0a448af9 /PKGBUILD
parent488a8415445e9ceba7e6b9acdd5a7f0877d70aed (diff)
downloadaur-ee5c3191121f521dbaa4a92fb19211454fa459f5.tar.gz
Bump to v3.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d0f33c2c8d8..15385a20d671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-ase'
-pkgver=3.18.1
-_sha=07de35654601ddbb2b23a4e7df7091696b0af108
+pkgver=3.19.0
+_sha=fcdb47ceb2905604fc45c07cec1f331869079d12
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"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
depends=('python-numpy' 'python-scipy')
optdepends=('python-matplotlib: plotting' 'python-flask: for ase.db web-interface')
source=("https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=$pkgver")
-md5sums=('bb6a5f658c7b48f92c0e975e274418cd')
+md5sums=('7c3d6a032ea8b530b166a2dcd3af77ee')
package() {
cd "$srcdir/ase-$pkgver-$_sha"