summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-12-13 04:56:28 +0800
committerlilac2022-12-13 04:56:28 +0800
commit48b6cdce94914f2a22e5242ccb276239c12439a6 (patch)
treeba11fd0c56443359421104ef1ddc468645b70807 /PKGBUILD
parent8d2b0495403a626de95314ae518fd6801ca56922 (diff)
downloadaur-48b6cdce94914f2a22e5242ccb276239c12439a6.tar.gz
[lilac] updated to 0.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9653deaf711..64a660563a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.17.1
+pkgver=0.18.0
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=('f699d08f6bb327953cfd7cc324e6d9a41324d5feb64c695d17915ee74c2bf23f7842b5844e1b7673c69fb1245437cd0bef66fe3899e3b0e026a26cd362f785ed')
+sha512sums=('212d27922eb217a2e6b54da2790dbc7a0eb61c237631ec1682a19cbd4c20aacf4312bdb17470c36f922868cd6a197be73ec985b2159f95640d586f38f83371e0')
build() {
cd "${_pkgname}-${pkgver}"