summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2021-01-20 11:40:54 -0800
committerpacosalces2021-01-20 11:40:54 -0800
commitcf84a72071963c3dbfef8761e3de742c2fd8c3b7 (patch)
treea2604ebdadb896a85fa3b1dd3d28dc5f5969b071
parent9f33d3265ebf86bab306b7d7985aaa8efee69ecf (diff)
downloadaur-cf84a72071963c3dbfef8761e3de742c2fd8c3b7.tar.gz
Update version 0.0.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74be935582a5..a9b56c3dd148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-physunits
pkgdesc = Physical units as global variables for simple numerical propagation
- pkgver = 0.0.9
+ pkgver = 0.0.10
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.9.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-0.0.10.tar.gz
sha256sums = dc6a754e4378844d334495cd128292876accb36341ddc038dc37ff8c41dbebb0
pkgname = python-physunits
diff --git a/PKGBUILD b/PKGBUILD
index 4305ab182317..ac631c7a9d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com>
pkgname=python-physunits
_name=physunits
-pkgver=0.0.9
+pkgver=0.0.10
pkgrel=1
pkgdesc="Physical units as global variables for simple numerical propagation"
license=("MIT")