summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoss Whitfield2020-05-28 09:23:59 -0400
committerRoss Whitfield2020-05-28 09:23:59 -0400
commitb0df2689c7a4bb7a8b74f6c281488cae1af136cf (patch)
treed7faa0f32e430c8f6672ff22be541ff10d664dab /PKGBUILD
parent0c95480e9b38db37734bb0ff5ccf8831af910b79 (diff)
downloadaur-b0df2689c7a4bb7a8b74f6c281488cae1af136cf.tar.gz
Bump to v1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 865cb97c23c2..335d238b0a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-periodictable'
_pkgname='periodictable'
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="Extensible periodic table of the elements"
-url="http://www.reflectometry.org/danse/elements.html"
+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=('49065f497aa2d06781ebd70d5eed657a')
+md5sums=('a24e2d42a1492066e0297bcb13d7e513')
package() {
depends=('python-numpy' 'python-pyparsing')