summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3ee91fba5d..e4d135a531bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.18.1
+ pkgver = 3.19.0
pkgrel = 1
url = http://wiki.fysik.dtu.dk/ase
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-ase
depends = python-scipy
optdepends = python-matplotlib: plotting
optdepends = python-flask: for ase.db web-interface
- source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.18.1
- md5sums = bb6a5f658c7b48f92c0e975e274418cd
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.19.0
+ md5sums = 7c3d6a032ea8b530b166a2dcd3af77ee
pkgname = python-ase
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"