File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ _realname=polars
44pkgbase=mingw-w64-python-${_realname}
55pkgname=(" ${MINGW_PACKAGE_PREFIX} -python-${_realname} "
66 " ${MINGW_PACKAGE_PREFIX} -python-${_realname} -runtime-64" )
7- pkgver=1.35.2
7+ pkgver=1.36.0
88pkgrel=1
99pkgdesc=" Extremely fast Query Engine for DataFrames, written in Rust (mingw-w64)"
1010arch=(' any' )
@@ -30,7 +30,7 @@ makedepends=(
3030options=(' !strip' ' !lto' )
3131source=(" ${msys2_repository_url} /archive/py-${pkgver} /${_realname} -py-${pkgver} .tar.gz" )
3232noextract=(" ${_realname} -py-${pkgver} .tar.gz" )
33- sha256sums=(' 085d9540df7a27bfc6803bb27915ac62ba641c81516647e90d88c58d1bb6d9be ' )
33+ sha256sums=(' 44b60ad8ffe0dc3daff2e259506f28baa19208ba7d55e450421c7056d741c28a ' )
3434
3535prepare () {
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
6363package_python-polars () {
You can’t perform that action at this time.
0 commit comments