summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2023-04-13 05:28:09 +0800
committerlilac2023-04-13 05:28:09 +0800
commit62da0df1acb7c3ecd63aa2840f1b9d0ab8464a1e (patch)
treefebe1fa7f4d4ba36b732bf998ce02c8de19b223c /PKGBUILD
parentb68067c73d7331d36e79151fbb2689bf532471ac (diff)
downloadaur-62da0df1acb7c3ecd63aa2840f1b9d0ab8464a1e.tar.gz
[lilac] updated to 0.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33c9a2c93977..4c93895f685f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.19.0
+pkgver=0.20.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=('002d820225c6982ee7edf90e3672e360d3e36aaee554c7762b44cce10994c7c1c90711c779da18247f4fa59a69be814e422472da567b931bc00fa4b1be16012e')
+sha512sums=('86fc27e4c6de10e8559301011800645a88204b4ab270cf0196d45215f19dd8cbd179e63a13afa0c001c7b2d7a8a43c7c735acbd4a0f05d4668402cf5b442b1e0')
build() {
cd "${_pkgname}-${pkgver}"