Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
sentry-native
Commits:
01c302d9 by Robin Candau at 2026-02-02T16:59:08+01:00
upgpkg: 0.12.5-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = sentry-native
pkgdesc = Sentry SDK for C, C++ and native applications
- pkgver = 0.12.4
+ pkgver = 0.12.5
pkgrel = 1
url = https://github.com/getsentry/sentry-native
arch = x86_64
license = MIT
checkdepends = dotnet-sdk
+ checkdepends = python-flaky
checkdepends = python-msgpack
checkdepends = python-psutil
checkdepends = python-pytest
@@ -17,14 +18,14 @@ pkgbase = sentry-native
depends = glibc
depends = zlib
provides = libsentry.so
- source = git+https://github.com/getsentry/sentry-native.git#tag=0.12.4
+ source = git+https://github.com/getsentry/sentry-native.git#tag=0.12.5
source =
sentry-native-libunwindstack-ndk::git+https://github.com/getsentry/libunwindstack-ndk.git
source =
sentry-native-breakpad::git+https://github.com/getsentry/breakpad.git
source =
sentry-native-linux-syscall-support::git+https://chromium.googlesource.com/linux-syscall-support.git
source =
sentry-native-crashpad::git+https://github.com/getsentry/crashpad.git
source =
sentry-native-mini_chromium::git+https://github.com/getsentry/mini_chromium.git
source =
sentry-native-zlib::git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git
- sha256sums =
63978315046096612c65e5dd853b8bcc65307b24f97e0609d67e5b63e6ba9c64
+ sha256sums =
859c7fa318750d6f50fdc0cace95ba3d790e0c0f65b6dcbe31f3d5204769c1e3
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Robin Candau <[email protected]>
pkgname=sentry-native
-pkgver=0.12.4
+pkgver=0.12.5
pkgrel=1
pkgdesc="Sentry SDK for C, C++ and native applications"
arch=(x86_64)
@@ -20,6 +20,7 @@ makedepends=(
)
checkdepends=(
dotnet-sdk
+ python-flaky
python-msgpack
python-psutil
python-pytest
@@ -35,7 +36,7 @@ source=(
"$pkgname-mini_chromium::git+https://github.com/getsentry/mini_chromium.git"
"$pkgname-zlib::git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git"
)
-sha256sums=('63978315046096612c65e5dd853b8bcc65307b24f97e0609d67e5b63e6ba9c64'
+sha256sums=('859c7fa318750d6f50fdc0cace95ba3d790e0c0f65b6dcbe31f3d5204769c1e3'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/01c302d945f614330931936e09cff47b36217e6c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/01c302d945f614330931936e09cff47b36217e6c
You're receiving this email because of your account on gitlab.archlinux.org.