summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-11 08:21:25 -0700
committerMark Wagie2022-02-11 08:21:25 -0700
commite2de1ce7599c6a9e0541c03351d014ee9204854b (patch)
tree0eb16087a78a278ebf51ee61ab705f88fb354b47 /PKGBUILD
parent675ff281e38db7fa97d5bdd408d133a7c1b6bf8d (diff)
downloadaur-e2de1ce7599c6a9e0541c03351d014ee9204854b.tar.gz
1.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abea783484b7..449935c4ecca 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.5.4
+pkgver=1.5.5
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -30,7 +30,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://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f7e54567937ebcbe938c4df1075ec891587faeb7c74184b88cf2894e47c86116')
+sha256sums=('98fd155fa5d5fec1dbabed32a1a4ae2705f1edaa5dae4e7f7b62a384ba30e759')
build() {
cd "$_name-$pkgver"