summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMcGyver2023-06-19 13:56:01 +0100
committerMcGyver2023-06-19 13:56:01 +0100
commit432b769714a4aca85649d3485ac9ae97d1caeb8f (patch)
tree58e0dc97215d02eeb0b9c115f955cd28ec486cef
parentf9b0bf7f3584b070677151ee0484182d6b21c6fd (diff)
downloadaur-python-quantities.tar.gz
updating package version to 0.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5877416f4b68..62a3d251c30b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-quantities
pkgdesc = Support for physical quantities with units, based on numpy
- pkgver = 0.13.0
+ pkgver = 0.14.1
pkgrel = 1
url = https://pypi.org/project/quantities/#files
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python-numpy
- source = https://files.pythonhosted.org/packages/source/q/quantities/quantities-0.13.0.tar.gz
- sha256sums = 0fde20115410de21cefa786f3aeae69c1b51bb19ee492190324c1da705e61a81
+ source = https://files.pythonhosted.org/packages/source/q/quantities/quantities-0.14.1.tar.gz
+ sha256sums = efeafffc0c0364f891a9327239cd12496bccb55cd037a6d1bf44de706f722877
pkgname = python-quantities
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 64951523a291..1a9bea189853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-quantities
pkgname=('python-quantities')
_name=${pkgbase#python-}
-pkgver=0.13.0
+pkgver=0.14.1
pkgrel=1
pkgdesc="Support for physical quantities with units, based on numpy"
arch=('any')
@@ -12,7 +12,7 @@ license=('BSD')
makedepends=('python-setuptools'
'python-numpy')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('0fde20115410de21cefa786f3aeae69c1b51bb19ee492190324c1da705e61a81')
+sha256sums=('efeafffc0c0364f891a9327239cd12496bccb55cd037a6d1bf44de706f722877')
package_python-quantities() {
depends+=('python')