summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-04 05:56:23 +0200
committerMichal Wojdyla2024-05-04 05:56:23 +0200
commitd6363631d622453e25884fba4b3cf2291387a216 (patch)
tree19c256a5da359107044991777e0a6ed7d0cf949d /PKGBUILD
parent2aad9ffee2f5faf263ee85b150ba611b98de41e8 (diff)
downloadaur-python-periodictable.tar.gz
update to 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a890508379be..d326125e011a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
+# Contributor: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-periodictable'
_pkgname='periodictable'
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=1
pkgdesc="Extensible periodic table of the elements"
url="http://periodictable.readthedocs.org"
@@ -9,7 +9,7 @@ arch=("any")
license=('public domain')
makedepends=('python-setuptools')
source=("https://github.com/pkienzle/periodictable/archive/v$pkgver.tar.gz")
-md5sums=('173c9857305a8b5557794be0a61d8d04')
+md5sums=('54c58bb8e591a6f9c80b43465fb283f0')
package() {
depends=('python-numpy' 'python-pyparsing')