Skip to content

Commit 5decb60

Browse files
committed
python-polars: update to 1.36.0
1 parent 611d59d commit 5decb60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-python-polars/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _realname=polars
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}"
66
"${MINGW_PACKAGE_PREFIX}-python-${_realname}-runtime-64")
7-
pkgver=1.35.2
7+
pkgver=1.36.0
88
pkgrel=1
99
pkgdesc="Extremely fast Query Engine for DataFrames, written in Rust (mingw-w64)"
1010
arch=('any')
@@ -30,7 +30,7 @@ makedepends=(
3030
options=('!strip' '!lto')
3131
source=("${msys2_repository_url}/archive/py-${pkgver}/${_realname}-py-${pkgver}.tar.gz")
3232
noextract=("${_realname}-py-${pkgver}.tar.gz")
33-
sha256sums=('085d9540df7a27bfc6803bb27915ac62ba641c81516647e90d88c58d1bb6d9be')
33+
sha256sums=('44b60ad8ffe0dc3daff2e259506f28baa19208ba7d55e450421c7056d741c28a')
3434

3535
prepare() {
3636
tar -xf "${_realname}-py-${pkgver}.tar.gz" || true
@@ -57,7 +57,7 @@ build() {
5757
maturin build -o dist --release --locked --strip \
5858
--no-default-features --features full \
5959
--compatibility linux \
60-
--manifest-path runtime/Cargo.toml
60+
--manifest-path runtime/polars-runtime-64/Cargo.toml
6161
}
6262

6363
package_python-polars() {

0 commit comments

Comments
 (0)