summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-03-30 05:37:47 +0800
committerlilac2022-03-30 05:37:47 +0800
commitbf6af84f17b57f308c9954408e07c8b83b96e62d (patch)
tree15e0a590e846d82135159eb34415f571b4c4f235 /PKGBUILD
parent8867a44788dc7b3cd889c8dd3933bce2af46420c (diff)
downloadaur-bf6af84f17b57f308c9954408e07c8b83b96e62d.tar.gz
[lilac] updated to 0.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b5e27590cfe..b40196b36596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.13.3
+pkgver=0.14.0
pkgrel=1
pkgdesc='Speed up your Pandas workflows by changing a single line of code'
arch=('any')
@@ -21,7 +21,7 @@ makedepends=(
python-setuptools
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/modin-project/modin/archive/${pkgver}.tar.gz")
-sha512sums=('cc8e347f19248853994ef74ea09d35f32b8ab144ea528aa926342d39dd3d59181bd36f28c36cce1511aa596f334ead7ed33cd57370850ee178eeecd9bc3e037f')
+sha512sums=('4586086c907ec848dd72e725c01eee9531489c3382a1305cc63419bf0e54ad436d36852a145eda6955bd0b318b3ad1cb81d04e171f3dec7e9a9789dc9698ad10')
build() {
cd "${_pkgname}-${pkgver}"