diff options
author | pacosalces | 2020-09-20 09:03:50 -0700 |
---|---|---|
committer | pacosalces | 2020-09-20 09:03:50 -0700 |
commit | 37db226dff59f6c5ed8e1f8ecca8ea727d2ee563 (patch) | |
tree | a7546a34773d8889b189acb21982d234f3fd4060 /PKGBUILD | |
parent | 4805d58bc1802ed8b43bc3e246873f1324ae1f84 (diff) | |
download | aur-37db226dff59f6c5ed8e1f8ecca8ea727d2ee563.tar.gz |
update pkgver 0.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ # Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com> pkgname=python-physunits _name=physunits -pkgver=0.0.6 -pkgrel=3 +pkgver=0.0.7 +pkgrel=1 pkgdesc="Physical units as global variables for simple numerical propagation" license=("MIT") url="https://pypi.org/project/physunits/" makedepends=('python-setuptools') depends=('python-numpy') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=('4ef5513aaf9e4603fbf7483e226d96baf9e97a4a4c6347db2fc90e351d8839f0') +sha256sums=('ffd66e9f6a4cddbc83f16f8dda7d7edd35fe059f82f1d30c47d246dbb8c0f60a') arch=('any') build() { |