summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-10-12 12:30:17 +0800
committerlilac2022-10-12 12:30:17 +0800
commit3c189ce7f9d470ee03179fa1fd7544db03b77316 (patch)
treece1339abc546d182aba7d5f5c1146d522bfc84dc /PKGBUILD
parentd197c9330dd1557d734bb02e3ffece9af7a7a5dc (diff)
downloadaur-3c189ce7f9d470ee03179fa1fd7544db03b77316.tar.gz
[lilac] updated to 0.16.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b9eed751411..4ce3b647bcdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.16.0
+pkgver=0.16.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=('55e4fdd0059be69ee30570d2e316408fc1819db50ea9d3be91a73060663b94db4af162a55154af7a4ae0a2378cb782dcf5be6405e9ee101a0640e0f708c0f669')
+sha512sums=('b681ed45ff0460539138340230391a088c90217d9108787d1fa94b7a4b251c6a6cef18cac62dbf7d3e5783d5fac9af54a8194e7008c245403c47c3b896d597bf')
build() {
cd "${_pkgname}-${pkgver}"