summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2021-07-01 19:36:37 -0400
committerRoss Whitfield2021-07-01 19:36:37 -0400
commit3dfab7f37051ef2957f3b473aae23ccc2624386c (patch)
treebfd3cf70e930fb3f8961509a5973044f2faa0d7f
parent044100876415d58beef94c251f2887899aa7faf3 (diff)
downloadaur-3dfab7f37051ef2957f3b473aae23ccc2624386c.tar.gz
Update to v.3.22.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c18ae43ea3f2..b63898923f1a 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.21.1
+ pkgver = 3.22.0
pkgrel = 1
url = http://wiki.fysik.dtu.dk/ase
arch = any
@@ -10,8 +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.21.1/ase-3.21.1.tar.gz
- md5sums = 6178bcac1ebc1615e3c69d7ff0477741
+ source = https://gitlab.com/ase/ase/-/archive/3.22.0/ase-3.22.0.tar.gz
+ md5sums = 47f58426ae43fb40134bc93b4ca48f5b
pkgname = python-ase
-
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"