summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6c25421531f..4c40a48fd8f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-sentry_sdk
_name=sentry-sdk
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -39,7 +39,7 @@ optdepends=('python-aiohttp: adds support for the AIOHTTP-Server Web Framework'
'python-pure_eval: for richer stacktraces & additional variables'
'python-executing: for richer stacktraces & better function names')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9')
+sha256sums=('5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840')
build() {
cd "$_name-$pkgver"