summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-01-20 05:20:29 +0800
committerlilac2024-01-20 05:20:29 +0800
commit76aa31109a641cbd40498a9f2f0a69e4171aaa41 (patch)
tree6525b8f21b169c232dc70fe94bd2a73ff7f6c886 /PKGBUILD
parent20250ce2cdb5f7682cc7cd87f17e2664b9410476 (diff)
downloadaur-76aa31109a641cbd40498a9f2f0a69e4171aaa41.tar.gz
[lilac] updated to 0.26.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09701dea35fd..28c5637e90ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.26.0
+pkgver=0.26.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=('5bced60fd0c20bc2a008b7f0e87b2c3a5d2111d7eb14f65d3a248b9f483261a98ea9201c784707c90700f449b37d9825764ca22158d71443ccf4d1bb3833e3a3')
+sha512sums=('1851c1c90eda724917473fcdcf7e8d2b6961b629d0e53d24256851c5d8ddadb673dc30dd91ea6d1bfb499ba81f975b10f2bf7da1f51b5626c63c9b5c911d8d60')
build() {
cd "${_pkgname}-${pkgver}"