summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-02-11 11:32:12 -0700
committerMark Wagie2021-02-11 11:32:12 -0700
commit4910ed316922cc7759a017817480269480a72f6e (patch)
tree246d60f7efc6293855f6ba2adba822fd4f775be2 /PKGBUILD
parent6fa352a96e27711b73af39e65741f2a3cf3ef896 (diff)
downloadaur-4910ed316922cc7759a017817480269480a72f6e.tar.gz
0.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef65bb01b027..6d65e8321d1c 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.19.5
+pkgver=0.20.0
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=('python-flask: adds support for the Flask Web Framework'
'python-asttokens'
'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=('737a094e49a529dd0fdcaafa9e97cf7c3d5eb964bd229821d640bc77f3502b3f')
+sha256sums=('31871a1c18547cafa7b75064c6391aa517b15468fda7b644ccb149decccb9d44')
build() {
cd "$_name-$pkgver"