Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / arrow
Commits:
330b6b62 by Antonio Rojas at 2024-03-31T00:34:27+01:00
upgpkg: 15.0.2-1: Update to 15.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = arrow
pkgdesc = Columnar in-memory analytics layer for big data.
- pkgver = 15.0.0
- pkgrel = 5
+ pkgver = 15.0.2
+ pkgrel = 1
url = https://arrow.apache.org
arch = x86_64
license = Apache
@@ -30,8 +30,8 @@ pkgbase = arrow
depends = zstd
provides = parquet-cpp
conflicts = parquet-cpp
- source =
https://archive.apache.org/dist/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz
- source =
https://archive.apache.org/dist/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz.asc
+ source =
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz
+ source =
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz.asc
source = git+https://github.com/apache/parquet-testing.git
source = git+https://github.com/apache/arrow-testing.git
source = lz4-cmake.patch
@@ -39,7 +39,7 @@ pkgbase = arrow
validpgpkeys = 265F80AB84FE03127E14F01125BCCA5220D84079
validpgpkeys = 08D3564B7C6A9CAFBFF6A66791D18FCF079F8007
validpgpkeys = AF6AADA4C9835B75973FF5DA275C532289DD0F4A
- sha512sums =
d5dccaa0907b0e6f2a460e32ae75091942dcb70b51db4aefe2767ee8d99882694607b723a9c06898dda3938d8eb498258d7f9aad11054665b6ea9c2fbaeafa74
+ sha512sums =
6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Guillaume Horel <[email protected]>
pkgname=arrow
-pkgver=15.0.0
-pkgrel=5
+pkgver=15.0.2
+pkgrel=1
pkgdesc="Columnar in-memory analytics layer for big data."
arch=(x86_64)
url="https://arrow.apache.org"
@@ -18,7 +18,7 @@
source=(https://archive.apache.org/dist/${pkgname}/${pkgname}-${pkgver}/apache-$
git+https://github.com/apache/arrow-testing.git
lz4-cmake.patch
glog-0.7.patch)
-sha512sums=('d5dccaa0907b0e6f2a460e32ae75091942dcb70b51db4aefe2767ee8d99882694607b723a9c06898dda3938d8eb498258d7f9aad11054665b6ea9c2fbaeafa74'
+sha512sums=('6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/commit/330b6b62a13bca6dd082cdd6bb3e44f92ba9a6bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/commit/330b6b62a13bca6dd082cdd6bb3e44f92ba9a6bd
You're receiving this email because of your account on gitlab.archlinux.org.