summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')