summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-03-30 05:37:47 +0800
committerlilac2022-03-30 05:37:47 +0800
commitbf6af84f17b57f308c9954408e07c8b83b96e62d (patch)
tree15e0a590e846d82135159eb34415f571b4c4f235
parent8867a44788dc7b3cd889c8dd3933bce2af46420c (diff)
downloadaur-bf6af84f17b57f308c9954408e07c8b83b96e62d.tar.gz
[lilac] updated to 0.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34189c6cab75..e78e6f4d161d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-modin
pkgdesc = Speed up your Pandas workflows by changing a single line of code
- pkgver = 0.13.3
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/modin-project/modin
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-modin
depends = python-numpy
depends = python-pandas
depends = python-rpyc
- source = modin-0.13.3.tar.gz::https://github.com/modin-project/modin/archive/0.13.3.tar.gz
- sha512sums = cc8e347f19248853994ef74ea09d35f32b8ab144ea528aa926342d39dd3d59181bd36f28c36cce1511aa596f334ead7ed33cd57370850ee178eeecd9bc3e037f
+ source = modin-0.14.0.tar.gz::https://github.com/modin-project/modin/archive/0.14.0.tar.gz
+ sha512sums = 4586086c907ec848dd72e725c01eee9531489c3382a1305cc63419bf0e54ad436d36852a145eda6955bd0b318b3ad1cb81d04e171f3dec7e9a9789dc9698ad10
pkgname = python-modin
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}"