summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio2022-01-13 10:44:15 +0000
committerSergio2022-01-13 10:44:15 +0000
commitd1fd2cdf4a5ca31b92bce03b062611844a0708fb (patch)
treecbf39e24c49d8e2d02b90d874deacc143ba4bb31
parentfd3e8bcdbe11dcaab18279f8bc048e84ead1dde8 (diff)
downloadaur-d1fd2cdf4a5ca31b92bce03b062611844a0708fb.tar.gz
updating version to 0.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7431bb283146..0d46df85276a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lazyarray
pkgdesc = a Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays
- pkgver = 0.3.4
+ pkgver = 0.5.1
pkgrel = 1
url = https://pypi.org/project/lazyarray/#files
arch = any
@@ -8,9 +8,8 @@ pkgbase = python-lazyarray
makedepends = python
makedepends = python-setuptools
conflicts = python2-lazyarray
- source = https://files.pythonhosted.org/packages/source/l/lazyarray/lazyarray-0.3.4.tar.gz
- sha256sums = 357e80db7472c940ed3cab873544f2b7028f6ade8737adde2c91f91aeab2835a
+ source = https://files.pythonhosted.org/packages/source/l/lazyarray/lazyarray-0.5.1.tar.gz
+ sha256sums = 76964dd1384a6d020ae0e70806983d15d8fcd731734063f716696ebe300ab0af
pkgname = python-lazyarray
depends = python
-
diff --git a/PKGBUILD b/PKGBUILD
index 56dfc0e06d0c..adbb0280c454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-lazyarray
#pkgname=('python-lazyarray' 'python2-lazyarray')
pkgname=('python-lazyarray')
_name=${pkgbase#python-}
-pkgver=0.3.4
+pkgver=0.5.1
pkgrel=1
pkgdesc="a Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays"
arch=('any')
@@ -14,7 +14,7 @@ license=('BSD')
makedepends=("python" 'python-setuptools')
conflicts=("python2-lazyarray")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('357e80db7472c940ed3cab873544f2b7028f6ade8737adde2c91f91aeab2835a')
+sha256sums=('76964dd1384a6d020ae0e70806983d15d8fcd731734063f716696ebe300ab0af')
package_python-lazyarray() {
depends+=('python')