Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sentry-native
Commits: 37775836 by Robin Candau at 2025-12-01T19:04:21+01:00 upgpkg: 0.12.2-1: New upstream release https://github.com/getsentry/sentry-native/releases/tag/0.12.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = sentry-native pkgdesc = Sentry SDK for C, C++ and native applications - pkgver = 0.12.1 + pkgver = 0.12.2 pkgrel = 1 url = https://github.com/getsentry/sentry-native arch = x86_64 @@ -17,14 +17,14 @@ pkgbase = sentry-native depends = glibc depends = zlib provides = libsentry.so - source = git+https://github.com/getsentry/sentry-native.git#tag=0.12.1 + source = git+https://github.com/getsentry/sentry-native.git#tag=0.12.2 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 = b4ce2b23c91e50775ccaa556e7cea3e253eb7e4360d455973cb105e5518719eb + sha256sums = 783e2a248f6e92f6b5f5cecd1ee73279fe93281768212ed3630ea7f17b6059da sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=sentry-native -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc="Sentry SDK for C, C++ and native applications" arch=(x86_64) @@ -35,7 +35,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=('b4ce2b23c91e50775ccaa556e7cea3e253eb7e4360d455973cb105e5518719eb' +sha256sums=('783e2a248f6e92f6b5f5cecd1ee73279fe93281768212ed3630ea7f17b6059da' 'SKIP' 'SKIP' 'SKIP' @@ -74,6 +74,7 @@ check() { # Ignore Windows tests & deselect test requiring .NET 8.0. pytest \ --deselect tests/test_dotnet_signals.py::test_dotnet_signals_inproc \ + --deselect tests/test_dotnet_signals.py::test_aot_signals_inproc \ --ignore external/crashpad/snapshot/win \ --ignore external/crashpad/test/win } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/37775836bb98bfd3581d031dd0518b149e6fd9c1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/37775836bb98bfd3581d031dd0518b149e6fd9c1 You're receiving this email because of your account on gitlab.archlinux.org.
