summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2021-11-02 09:18:10 -0700
committerpacosalces2021-11-02 09:18:10 -0700
commit77c3082c2126873e0d02ab8b3c8e36fb4fe5b4ac (patch)
treed829fe7621b2260663c5223e06c95cdf15cae221
parent68720eb356e29edaa71945d1082dc7234d816b40 (diff)
downloadaur-77c3082c2126873e0d02ab8b3c8e36fb4fe5b4ac.tar.gz
Bump version 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4347e1128f0..a90eb5af079a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-physunits
pkgdesc = Physical units as global variables for simple numerical propagation
- pkgver = 1.0.2
+ pkgver = 1.0.3
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-1.0.2.tar.gz
- sha256sums = c4c54fd2ce65ff4c950d626ca27131815af96d890b474a9267996c0f54b58a44
+ source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-1.0.3.tar.gz
+ sha256sums = 7a24b994a7317fc953cba873f59fa7dbc24b69077f3392ea80db8a0111de484c
pkgname = python-physunits
diff --git a/PKGBUILD b/PKGBUILD
index d7d4b960238d..2af0f37bae93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com>
pkgname=python-physunits
_name=physunits
-pkgver=1.0.2
+pkgver=1.0.3
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=('c4c54fd2ce65ff4c950d626ca27131815af96d890b474a9267996c0f54b58a44')
+sha256sums=('7a24b994a7317fc953cba873f59fa7dbc24b69077f3392ea80db8a0111de484c')
arch=('any')
build() {