summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-09-22 14:18:05 -0600
committerMark Wagie2020-09-22 14:18:05 -0600
commite3ed3fa221e8c1432fe0cea3f84c144bedb22444 (patch)
treee66c6f493c1bb7363af229bf264034bf1300d21b /PKGBUILD
parentcf02bcfbf4bba17f99b41bf4143ee620a31d654a (diff)
downloadaur-e3ed3fa221e8c1432fe0cea3f84c144bedb22444.tar.gz
0.17.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a091af49a930..57c0123b9bd2 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=0.17.6
+pkgver=0.17.7
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -25,7 +25,7 @@ optdepends=('python-flask: adds support for the Flask Web Framework'
'python-executing: for richer stacktraces & better function names'
'python-chalice: for the Chalice web framework for AWS Lambda')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('1a086486ff9da15791f294f6e9915eb3747d161ef64dee2d038a4d0b4a369b24')
+sha256sums=('a698993f3abbe06e88e8a3c8b61c8a79c12f62e503f1a23eda30c3921f0525a9')
build() {
cd "$_name-$pkgver"