summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-10-06 04:36:43 +0800
committerlilac2022-10-06 04:36:43 +0800
commitd197c9330dd1557d734bb02e3ffece9af7a7a5dc (patch)
tree396108d57440bf9492af5ff626f3b4578c0f5168 /PKGBUILD
parent0b2293abb4167252cf71b5a48515a097bd2b9163 (diff)
downloadaur-d197c9330dd1557d734bb02e3ffece9af7a7a5dc.tar.gz
[lilac] updated to 0.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a8a00bba3da..3b9eed751411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.15.3
+pkgver=0.16.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=('ffa4b6e0de7b341f78afafdd049cbfe010c126de0d785da14c09d3848d97fea1ee82ee47c5c59820e9cef5891ea5bdee90db9f372d781eb2ff35bad5dd0d51b7')
+sha512sums=('55e4fdd0059be69ee30570d2e316408fc1819db50ea9d3be91a73060663b94db4af162a55154af7a4ae0a2378cb782dcf5be6405e9ee101a0640e0f708c0f669')
build() {
cd "${_pkgname}-${pkgver}"