summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-03-23 19:23:05 +0100
committerCarl Smedstad2024-03-23 19:23:05 +0100
commitae23ee10177b6dadabd075472811c6257bbd9ceb (patch)
tree906cfd7c9564c0df937346adf57759602ac11623
parentff1bae4dc3b8b04c5dbd2a680b177bd1aae76d03 (diff)
downloadaur-ae23ee10177b6dadabd075472811c6257bbd9ceb.tar.gz
upgpkg: 0.7.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5272b1009e..0fec56794e94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sentry-native
pkgdesc = Sentry SDK for C, C++ and native applications
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/getsentry/sentry-native
arch = x86_64
@@ -14,14 +14,14 @@ pkgbase = sentry-native
depends = gcc-libs
depends = glibc
depends = zlib
- source = git+https://github.com/getsentry/sentry-native.git#commit=4ec95c0725df5f34440db8fa8d37b4c519fce74e
+ source = git+https://github.com/getsentry/sentry-native.git#commit=9bc0fc75e34cb43e7019d76b0decb6c0cddbfd34
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 = SKIP
+ sha256sums = 704370295758194498b733ee758d16c647d8346be57ac52302ad7919e3297ef7
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5a93aa987e83..23a0f743a6b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Carl Smedstad <carl.smedstad at protonmail dot com>
pkgname=sentry-native
-pkgver=0.7.0
+pkgver=0.7.1
+_commit=9bc0fc75e34cb43e7019d76b0decb6c0cddbfd34
pkgrel=1
pkgdesc="Sentry SDK for C, C++ and native applications"
arch=(x86_64)
@@ -22,8 +23,6 @@ checkdepends=(
python-pytest
python-pytest-httpserver
)
-
-_commit=4ec95c0725df5f34440db8fa8d37b4c519fce74e # git rev-parse "$pkgver"
source=(
"git+$url.git#commit=$_commit"
"git+https://github.com/getsentry/libunwindstack-ndk.git"
@@ -34,7 +33,7 @@ source=(
"git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git"
)
sha256sums=(
- 'SKIP'
+ '704370295758194498b733ee758d16c647d8346be57ac52302ad7919e3297ef7'
'SKIP'
'SKIP'
'SKIP'
@@ -83,8 +82,8 @@ check() {
cd "$_archive"
pytest \
- --ignore="external/crashpad/test/win" \
- --ignore="external/crashpad/snapshot/win/"
+ --ignore external/crashpad/test/win \
+ --ignore external/crashpad/snapshot/win
}
package() {