summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2020-09-19 11:26:11 -0700
committerpacosalces2020-09-19 11:26:11 -0700
commit4805d58bc1802ed8b43bc3e246873f1324ae1f84 (patch)
treea13236c26eba573a7165a86ac2474effae8f69cd
parentde7f7400633a576042ef566d8d33d954d75835f8 (diff)
downloadaur-4805d58bc1802ed8b43bc3e246873f1324ae1f84.tar.gz
update to 0.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c181d1c5852..48db327770c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-physunits
pkgdesc = Physical units as global variables for simple numerical propagation
- pkgver = 0.0.5
- pkgrel = 2
+ pkgver = 0.0.6
+ pkgrel = 3
url = https://pypi.org/project/physunits/
arch = any
license = MIT
makedepends = python-setuptools
depends = python-numpy
- source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-0.0.5.tar.gz
- sha256sums = c2f47c6dba054422fb3d78fafe156dae718d4b05006cf33141d90c12b8f45430
+ source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-0.0.6.tar.gz
+ sha256sums = 4ef5513aaf9e4603fbf7483e226d96baf9e97a4a4c6347db2fc90e351d8839f0
pkgname = python-physunits
diff --git a/PKGBUILD b/PKGBUILD
index c22e42052c0e..89cf845bf6ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com>
pkgname=python-physunits
_name=physunits
-pkgver=0.0.5
-pkgrel=2
+pkgver=0.0.6
+pkgrel=3
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=('c2f47c6dba054422fb3d78fafe156dae718d4b05006cf33141d90c12b8f45430')
+sha256sums=('4ef5513aaf9e4603fbf7483e226d96baf9e97a4a4c6347db2fc90e351d8839f0')
arch=('any')
build() {