summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-11-24 18:56:55 +0800
committerlilac2021-11-24 18:56:55 +0800
commit6119b89c98abfda29d4d32ad741eb09ecde4b9e1 (patch)
treec13d7679f76c15abe9f7738643f453a2810a387d /PKGBUILD
parent693e08658643f07be24db835cf04d307d729bf21 (diff)
downloadaur-6119b89c98abfda29d4d32ad741eb09ecde4b9e1.tar.gz
[lilac] updated to 0.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2fe81b5c1a0..75b5360d29f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.11.3
+pkgver=0.12.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=('53bef1dfc988d452ea53f052a46a8e8e7fa7eefd23001e454373789239fc90f0493532645c005aef832446ae465992e0a1b5eec9cc2b077a8a7ac38381d60019')
+sha512sums=('b33506a265194353bce849c5e47b13a988309cb6210a180d3a3694de673f235cb047650513fc6dfa9ace2879e587bdc90626be58c6ac35f8130eb47c97586530')
build() {
cd "${_pkgname}-${pkgver}"