diff options
author | Ross Whitfield | 2020-05-28 09:23:59 -0400 |
---|---|---|
committer | Ross Whitfield | 2020-05-28 09:23:59 -0400 |
commit | b0df2689c7a4bb7a8b74f6c281488cae1af136cf (patch) | |
tree | d7faa0f32e430c8f6672ff22be541ff10d664dab /PKGBUILD | |
parent | 0c95480e9b38db37734bb0ff5ccf8831af910b79 (diff) | |
download | aur-b0df2689c7a4bb7a8b74f6c281488cae1af136cf.tar.gz |
Bump to v1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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') |