summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-11-22 09:22:13 -0700
committerMark Wagie2022-11-22 09:22:13 -0700
commit19a7d89c6f33209bd3faece00ffee4abea66d0b0 (patch)
tree15148c0b49472deb2be67e7bda88c3adbf004ca4 /PKGBUILD
parent9d98abb3f7ab8ffe86c58b0b98aff48c050289b8 (diff)
downloadaur-19a7d89c6f33209bd3faece00ffee4abea66d0b0.tar.gz
1.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa27812e9b44..c612d2712469 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.11.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -34,7 +34,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=('e7b78a1ddf97a5f715a50ab8c3f7a93f78b114c67307785ee828ef67a5d6f117')
+sha256sums=('675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9')
build() {
cd "$_name-$pkgver"