summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2021-12-01 20:46:48 -0500
committerRoss Whitfield2021-12-01 20:46:48 -0500
commit91af4bfff1cd74631636f7d6a8562400d69b044a (patch)
treec3be819226d7962ae3c6fc1ee775cb63f492c26e
parent3dfab7f37051ef2957f3b473aae23ccc2624386c (diff)
downloadaur-python-ase.tar.gz
Update to 3.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b63898923f1a..2c5591bd83a9 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.22.0
+ pkgver = 3.22.1
pkgrel = 1
url = http://wiki.fysik.dtu.dk/ase
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-ase
depends = python-scipy
optdepends = python-matplotlib: plotting
optdepends = python-flask: for ase.db web-interface
- source = https://gitlab.com/ase/ase/-/archive/3.22.0/ase-3.22.0.tar.gz
- md5sums = 47f58426ae43fb40134bc93b4ca48f5b
+ source = https://gitlab.com/ase/ase/-/archive/3.22.1/ase-3.22.1.tar.gz
+ md5sums = 0c6fdc046cbd9627f8b74b3f6161178b
pkgname = python-ase
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"