summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2023-06-15 13:45:50 +0800
committerlilac2023-06-15 13:45:50 +0800
commitdd59630fbe0f16b21c5f8d707c8db8635d26d492 (patch)
tree8bbdd14ba448403e74a4e0c50b5790f545edcbcb /PKGBUILD
parentc0c2774753a3b2b0b76729edb821d06e730dc89c (diff)
downloadaur-dd59630fbe0f16b21c5f8d707c8db8635d26d492.tar.gz
[lilac] updated to 0.22.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3381434b7202..11ecca77aff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.22.1
+pkgver=0.22.2
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=('23dc21b514b73934681fc2081a8eaf9d983e83ceb123f9c37ca35977e6d62e761ba172c86bfa6f82af4433e67e0d4f33adaeabf75b346987b9aa5662e0f26a5f')
+sha512sums=('8c9828c85a48d1993b1c7fe4a75348c2188c65f902b854ff1ec82ffb7c96731509942d9fac70ff081e0817d5065082c9987cacab24f3fb050719c30408c70388')
build() {
cd "${_pkgname}-${pkgver}"