summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcgyver2022-09-25 03:50:18 +0100
committermcgyver2022-09-25 03:50:18 +0100
commit154b245c3eaeff323752f8189a007c62f0f85924 (patch)
treef26d218ed0575a90aa3b9a18b705bd579d5b1f01 /PKGBUILD
parentd1fd2cdf4a5ca31b92bce03b062611844a0708fb (diff)
downloadaur-154b245c3eaeff323752f8189a007c62f0f85924.tar.gz
New release 0.5.2 of the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adbb0280c454..f3420bb23e1d 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.5.1
+pkgver=0.5.2
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=('76964dd1384a6d020ae0e70806983d15d8fcd731734063f716696ebe300ab0af')
+sha256sums=('fe31804d82115ed7c382840a1708f498419ec1455cac084707ece9908310c7d1')
package_python-lazyarray() {
depends+=('python')