summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoss Whitfield2021-12-01 20:46:48 -0500
committerRoss Whitfield2021-12-01 20:46:48 -0500
commit91af4bfff1cd74631636f7d6a8562400d69b044a (patch)
treec3be819226d7962ae3c6fc1ee775cb63f492c26e /PKGBUILD
parent3dfab7f37051ef2957f3b473aae23ccc2624386c (diff)
downloadaur-python-ase.tar.gz
Update to 3.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c65da71f7e4..ab2aa28bd9b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-ase'
-pkgver=3.22.0
+pkgver=3.22.1
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=('47f58426ae43fb40134bc93b4ca48f5b')
+md5sums=('0c6fdc046cbd9627f8b74b3f6161178b')
package() {
cd "$srcdir/ase-$pkgver"