summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2021-09-13 10:13:08 -0700
committerpacosalces2021-09-13 10:13:08 -0700
commit6b115d674faada0b52dfeadcce8836650e311fbc (patch)
treea9cd32bee7d0b382f27bb86f7b2d66597e5c1a56
parentb4d5b60d493f5a1016479d99f87633d4161a4cb8 (diff)
downloadaur-6b115d674faada0b52dfeadcce8836650e311fbc.tar.gz
Bump version up to 1.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 933002ec7691..22062ba6e674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-physunits
pkgdesc = Physical units as global variables for simple numerical propagation
- pkgver = 1.0.0
+ pkgver = 1.0.1
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.0.tar.gz
- sha256sums = 49f87b023c133c69720e15d86506a9970b456dfacd6aa12f8ec6f71f638a2762
+ source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-1.0.1.tar.gz
+ sha256sums = 6ed307958ea47835a680a37ae0bb6fc00cf2cfaec1a972d28149d5a8841a9513
pkgname = python-physunits
-
diff --git a/PKGBUILD b/PKGBUILD
index 42e8b30a604a..3cb3ea21b2ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com>
pkgname=python-physunits
_name=physunits
-pkgver=1.0.0
+pkgver=1.0.1
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=('49f87b023c133c69720e15d86506a9970b456dfacd6aa12f8ec6f71f638a2762')
+sha256sums=('6ed307958ea47835a680a37ae0bb6fc00cf2cfaec1a972d28149d5a8841a9513')
arch=('any')
build() {