summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2020-08-10 10:11:26 -0400
committerRoss Whitfield2020-08-10 10:11:26 -0400
commitc2b14a0ad154de6a0cc6aa09e594515bd0b9c575 (patch)
tree68c658ef8763aabbfafbc649bce4f7f8ff29f1c5
parent6fb5460d378f8fcafa508028eba2937fb00a7076 (diff)
downloadaur-c2b14a0ad154de6a0cc6aa09e594515bd0b9c575.tar.gz
Bump to v3.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d1609b16062..8040a5cce7b6 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.19.1
+ pkgver = 3.20.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.19.1
- md5sums = 4ae942961ae3a672ddc679f7fdc410b2
+ source = https://gitlab.com/ase/ase/repository/archive.tar.gz?ref=3.20.0
+ md5sums = 0bdadc924c6413e9735d4540c96ac117
pkgname = python-ase
diff --git a/PKGBUILD b/PKGBUILD
index efd8ea1bfd60..daa7ee753699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-ase'
-pkgver=3.19.1
-_sha=0ef71ac51a36007ca631143c0016ba58c55d71a7
+pkgver=3.20.0
+_sha=ab75944f5c096554974901b32ca21a02f47e29d2
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=('4ae942961ae3a672ddc679f7fdc410b2')
+md5sums=('0bdadc924c6413e9735d4540c96ac117')
package() {
cd "$srcdir/ase-$pkgver-$_sha"