summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2020-10-08 11:20:07 -0700
committerpacosalces2020-10-08 11:20:07 -0700
commit9f33d3265ebf86bab306b7d7985aaa8efee69ecf (patch)
treecdb717aa9c8dd5a58e815e6f0867eb08f7dcac45
parentc2f049fc1bb3aca9ba848377a03736b827ff0920 (diff)
downloadaur-9f33d3265ebf86bab306b7d7985aaa8efee69ecf.tar.gz
bump to version 0.0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e768195491b9..74be935582a5 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.8
+ pkgver = 0.0.9
pkgrel = 1
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.8.tar.gz
- sha256sums = e7116830ae902e55cbd34dea8e18e7fe9f2ba6e327c7ed4e7a0ff3ea06f791cd
+ source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-0.0.9.tar.gz
+ sha256sums = dc6a754e4378844d334495cd128292876accb36341ddc038dc37ff8c41dbebb0
pkgname = python-physunits
diff --git a/PKGBUILD b/PKGBUILD
index c63246994803..4305ab182317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com>
pkgname=python-physunits
_name=physunits
-pkgver=0.0.8
+pkgver=0.0.9
pkgrel=1
pkgdesc="Physical units as global variables for simple numerical propagation"
license=("MIT")
@@ -9,7 +9,7 @@ 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=('e7116830ae902e55cbd34dea8e18e7fe9f2ba6e327c7ed4e7a0ff3ea06f791cd')
+sha256sums=('dc6a754e4378844d334495cd128292876accb36341ddc038dc37ff8c41dbebb0')
arch=('any')
build() {