summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bd57e815dab..2d0f33c2c8d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-ase'
-pkgver=3.18.0
-_sha=a6279137460b2c723acbfd03188ebfc17753f42e
+pkgver=3.18.1
+_sha=07de35654601ddbb2b23a4e7df7091696b0af108
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=('7fcb2a6fde47fb509ea68c913efddf24')
+md5sums=('bb6a5f658c7b48f92c0e975e274418cd')
package() {
cd "$srcdir/ase-$pkgver-$_sha"