summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2021-03-06 13:24:42 -0800
committerpacosalces2021-03-06 13:24:42 -0800
commitb4d5b60d493f5a1016479d99f87633d4161a4cb8 (patch)
tree2979dd14f4b9be936c248a3e296ce180de0a21be
parentb2057ffdbabb951a01320c7556f5e4cae98985a6 (diff)
downloadaur-b4d5b60d493f5a1016479d99f87633d4161a4cb8.tar.gz
Update new version release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c31e75c174..933002ec7691 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.10
+ pkgver = 1.0.0
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.10.tar.gz
- sha256sums = 9c2e55de25a3d6690312ed300b061c57d392121d4fd79b40b91e2def5fff29cf
+ source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-1.0.0.tar.gz
+ sha256sums = 49f87b023c133c69720e15d86506a9970b456dfacd6aa12f8ec6f71f638a2762
pkgname = python-physunits
diff --git a/PKGBUILD b/PKGBUILD
index 1ff8aaabc0ed..42e8b30a604a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Salces Carcoba <pacosalces@gmail.com>
pkgname=python-physunits
_name=physunits
-pkgver=0.0.10
+pkgver=1.0.0
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=('9c2e55de25a3d6690312ed300b061c57d392121d4fd79b40b91e2def5fff29cf')
+sha256sums=('49f87b023c133c69720e15d86506a9970b456dfacd6aa12f8ec6f71f638a2762')
arch=('any')
build() {