Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sentry-native
Commits: 05d2bb6a by Robin Candau at 2024-11-18T18:21:38+01:00 upgpkg: 0.7.13-1: New upstream release https://github.com/getsentry/sentry-native/releases/tag/0.7.13 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,11 @@ pkgbase = sentry-native pkgdesc = Sentry SDK for C, C++ and native applications - pkgver = 0.7.12 + pkgver = 0.7.13 pkgrel = 1 url = https://github.com/getsentry/sentry-native arch = x86_64 license = MIT + checkdepends = dotnet-sdk checkdepends = python-msgpack checkdepends = python-pytest checkdepends = python-pytest-httpserver @@ -15,14 +16,14 @@ pkgbase = sentry-native depends = glibc depends = zlib provides = libsentry.so - source = git+https://github.com/getsentry/sentry-native.git#tag=0.7.12 + source = git+https://github.com/getsentry/sentry-native.git#tag=0.7.13 source = git+https://github.com/getsentry/libunwindstack-ndk.git source = git+https://github.com/getsentry/breakpad.git source = git+https://chromium.googlesource.com/linux-syscall-support.git source = git+https://github.com/getsentry/crashpad.git source = git+https://chromium.googlesource.com/chromium/mini_chromium.git source = git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git - sha256sums = 083281085858c840bc1f03f17fe20ba218b8ef65963057fcb92689dff2b231a6 + sha256sums = e682dcfe9dcfb2b8f8e5e7dae331b6e7392a1eed2506f6628b13236faece1c5e sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=sentry-native -pkgver=0.7.12 +pkgver=0.7.13 pkgrel=1 pkgdesc="Sentry SDK for C, C++ and native applications" arch=(x86_64) @@ -19,6 +19,7 @@ makedepends=( git ) checkdepends=( + dotnet-sdk python-msgpack python-pytest python-pytest-httpserver @@ -33,7 +34,7 @@ source=( "git+https://chromium.googlesource.com/chromium/mini_chromium.git" "git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git" ) -sha256sums=('083281085858c840bc1f03f17fe20ba218b8ef65963057fcb92689dff2b231a6' +sha256sums=('e682dcfe9dcfb2b8f8e5e7dae331b6e7392a1eed2506f6628b13236faece1c5e' 'SKIP' 'SKIP' 'SKIP' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/05d2bb6aff4be7b2c9af542dbccf5b87eb10bc00 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/05d2bb6aff4be7b2c9af542dbccf5b87eb10bc00 You're receiving this email because of your account on gitlab.archlinux.org.
