summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-04-10 12:53:16 +0800
committerlilac2024-04-10 12:53:16 +0800
commita56c47adb15287cbdd4d0d4486585d1fbb94ba52 (patch)
tree8f6e115199da790f48fd03a37d7714ec3b76d1cb /PKGBUILD
parent8004600fd5ec7149441acbaa21173adb4c95ca05 (diff)
downloadaur-a56c47adb15287cbdd4d0d4486585d1fbb94ba52.tar.gz
[lilac] updated to 0.28.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd4623a15e31..6937dae2d340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.28.0
-pkgrel=2
+pkgver=0.28.1
+pkgrel=1
pkgdesc='Speed up your Pandas workflows by changing a single line of code'
arch=('any')
url='https://github.com/modin-project/modin'
@@ -28,7 +28,7 @@ makedepends=(
python-wheel
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/modin-project/modin/archive/${pkgver}.tar.gz")
-sha512sums=('8d0a36035ccaeda216a4970fd97a73bfb217c3d44dae0e91350de8dbd34418442133c19cfc882149dd866dd4891d8f3a2f0b7a65ee21b75c7bb310e7b5314737')
+sha512sums=('627cfbaf3acb2d563ae2d43be4a6c6a04ccdb7b1ef34ec43590e5be2a69877efa6bfc2bfa54b68a60acd92f6f90b2547b9f85e3ce78224d90a85f5920dd825c6')
build() {
cd "${_pkgname}-${pkgver}"