summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2023-06-08 06:08:54 +0800
committerlilac2023-06-08 06:08:54 +0800
commitc0c2774753a3b2b0b76729edb821d06e730dc89c (patch)
tree9e1d3a335da9c3ea603911e3523e58e5062accb9 /PKGBUILD
parentd50bec112d73d6e92f2119bee53c9c918cac3f31 (diff)
downloadaur-c0c2774753a3b2b0b76729edb821d06e730dc89c.tar.gz
[lilac] updated to 0.22.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c6a4d963ab1..3381434b7202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.22.0
+pkgver=0.22.1
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=('2a60b4aba1fda443ef3ee0636e42ceb1532e54887bba3e231b35556ee571dd7b65960d7fc584c3687ada0c3562ef1a64fc24a45a784cd0ceb3bdb59a7bd8670f')
+sha512sums=('23dc21b514b73934681fc2081a8eaf9d983e83ceb123f9c37ca35977e6d62e761ba172c86bfa6f82af4433e67e0d4f33adaeabf75b346987b9aa5662e0f26a5f')
build() {
cd "${_pkgname}-${pkgver}"