summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoss Whitfield2021-07-01 19:36:37 -0400
committerRoss Whitfield2021-07-01 19:36:37 -0400
commit3dfab7f37051ef2957f3b473aae23ccc2624386c (patch)
treebfd3cf70e930fb3f8961509a5973044f2faa0d7f /PKGBUILD
parent044100876415d58beef94c251f2887899aa7faf3 (diff)
downloadaur-3dfab7f37051ef2957f3b473aae23ccc2624386c.tar.gz
Update to v.3.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a70d8c3d79b..5c65da71f7e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-ase'
-pkgver=3.21.1
+pkgver=3.22.0
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"
@@ -10,7 +10,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/-/archive/$pkgver/ase-$pkgver.tar.gz")
-md5sums=('6178bcac1ebc1615e3c69d7ff0477741')
+md5sums=('47f58426ae43fb40134bc93b4ca48f5b')
package() {
cd "$srcdir/ase-$pkgver"