summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-09-08 05:00:10 +0800
committerlilac2022-09-08 05:00:10 +0800
commit0b2293abb4167252cf71b5a48515a097bd2b9163 (patch)
treec2231054f2ff964f52593a26ffb54578d61f52fb /PKGBUILD
parent1e203ab17efac36fcff97bfa6438f3418bd615b7 (diff)
downloadaur-0b2293abb4167252cf71b5a48515a097bd2b9163.tar.gz
[lilac] updated to 0.15.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b97a2260de4..6a8a00bba3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=modin
pkgname=python-modin
-pkgver=0.15.2
+pkgver=0.15.3
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=('071185affb21853eef2a1853f51ba02a2076cdec8f56eade0e6fb679bf74fda6a3a70335fded81a1c052409d8dab75565bcf2c12fe4a7dcfdf560b0884b82728')
+sha512sums=('ffa4b6e0de7b341f78afafdd049cbfe010c126de0d785da14c09d3848d97fea1ee82ee47c5c59820e9cef5891ea5bdee90db9f372d781eb2ff35bad5dd0d51b7')
build() {
cd "${_pkgname}-${pkgver}"