duckdb: update to 1.2.0.

Closes: #54255 [via git-merge-pr]
This commit is contained in:
icp 2025-02-06 13:42:30 +05:30 committed by classabbyamp
parent fc2c7c7fb8
commit 8109211822
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,12 +1,12 @@
# Template file for 'duckdb'
pkgname=duckdb
version=1.1.3
revision=2
version=1.2.0
revision=1
archs="x86_64* aarch64*" # 32-bit FTBFS
build_style=cmake
build_helper="python3"
configure_args="-DOVERRIDE_GIT_DESCRIBE=v${version}-0-gdeadbeeff
-DBUILD_EXTENSIONS='autocomplete;icu;fts;httpfs;json;parquet'"
-DBUILD_EXTENSIONS='autocomplete;icu;json;parquet'"
hostmakedepends="pkg-config python3-build python3-installer python3-setuptools_scm
python3-wheel python3-pybind11"
makedepends="openssl-devel"
@ -16,7 +16,7 @@ license="MIT"
homepage="https://duckdb.org"
changelog="https://github.com/duckdb/duckdb/releases"
distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
checksum=2aea0af898ad753fee82b776fea1bf78ccbc9648986e7f7a87372df5e74cdb98
checksum=f22c97e18c071fa8e43b5e150c03c6ab4bcc510cca6e6b50cbe13af8535fa701
case "${XBPS_TARGET_MACHINE}" in
x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;