summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"