python-periodictable: auto updated to 1.6.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-19 08:01:25 +00:00
parent 945e607477
commit bca3c42a99

View file

@ -1,15 +1,15 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-periodictable'
_pkgname='periodictable'
pkgver=1.6.0
pkgrel=4
pkgver=1.6.1
pkgrel=1
pkgdesc="Extensible periodic table of the elements"
url="http://periodictable.readthedocs.org"
arch=("any")
license=('public domain')
makedepends=('python-setuptools')
source=("https://github.com/pkienzle/periodictable/archive/v$pkgver.tar.gz")
md5sums=('7fe922ea0ed6b1c568ce3b1aa3d731ed')
md5sums=('173c9857305a8b5557794be0a61d8d04')
package() {
depends=('python-numpy' 'python-pyparsing')