summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2021-11-01 18:37:44 -0700
committerpacosalces2021-11-01 18:37:44 -0700
commit68720eb356e29edaa71945d1082dc7234d816b40 (patch)
treeb92d565d062d83f40bffee3f8133099bb62e2e3d
parent6b115d674faada0b52dfeadcce8836650e311fbc (diff)
downloadaur-68720eb356e29edaa71945d1082dc7234d816b40.tar.gz
Bump package version up
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22062ba6e674..b4347e1128f0 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.1
+ pkgver = 1.0.2
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.1.tar.gz
- sha256sums = 6ed307958ea47835a680a37ae0bb6fc00cf2cfaec1a972d28149d5a8841a9513
+ source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-1.0.2.tar.gz
+ sha256sums = c4c54fd2ce65ff4c950d626ca27131815af96d890b474a9267996c0f54b58a44
pkgname = python-physunits
diff --git a/PKGBUILD b/PKGBUILD
index 3cb3ea21b2ff..d7d4b960238d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com>
pkgname=python-physunits
_name=physunits
-pkgver=1.0.1
+pkgver=1.0.2
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=('6ed307958ea47835a680a37ae0bb6fc00cf2cfaec1a972d28149d5a8841a9513')
+sha256sums=('c4c54fd2ce65ff4c950d626ca27131815af96d890b474a9267996c0f54b58a44')
arch=('any')
build() {