Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sentry-native
Commits: 60ae649e by Robin Candau at 2026-02-24T16:39:23+01:00 upgpkg: 0.13.0-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = sentry-native pkgdesc = Sentry SDK for C, C++ and native applications pkgver = 0.13.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/getsentry/sentry-native arch = x86_64 license = MIT @@ -14,8 +14,9 @@ pkgbase = sentry-native makedepends = cmake makedepends = git depends = curl - depends = gcc-libs depends = glibc + depends = libgcc + depends = libstdc++ depends = zlib provides = libsentry.so source = git+https://github.com/getsentry/sentry-native.git#tag=0.13.0 ===================================== PKGBUILD ===================================== @@ -3,15 +3,16 @@ pkgname=sentry-native pkgver=0.13.0 -pkgrel=1 +pkgrel=2 pkgdesc="Sentry SDK for C, C++ and native applications" arch=(x86_64) url="https://github.com/getsentry/sentry-native" license=(MIT) depends=( curl - gcc-libs glibc + libgcc + libstdc++ zlib ) makedepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/60ae649ef994baf33e1c6c54d4f3a3edd9ba7bea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/60ae649ef994baf33e1c6c54d4f3a3edd9ba7bea You're receiving this email because of your account on gitlab.archlinux.org.
