summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-10 09:45:41 -0600
committerMark Wagie2022-05-10 09:45:41 -0600
commitf0ff0cef34f6d92bf904b016ae3b61cf2b18b9e3 (patch)
tree55320114f43631fe04969d2011a14f89e2216bfa /PKGBUILD
parent06cce3c5b37632dec2c38ae1455074a648f3aaef (diff)
downloadaur-f0ff0cef34f6d92bf904b016ae3b61cf2b18b9e3.tar.gz
1.5.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 913a1a069138..b8d657401185 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.11
+pkgver=1.5.12
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -31,7 +31,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=('6c01d9d0b65935fd275adc120194737d1df317dce811e642cbf0394d0d37a007')
+sha256sums=('259535ba66933eacf85ab46524188c84dcb4c39f40348455ce15e2c0aca68863')
build() {
cd "$_name-$pkgver"