summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-07-27 09:07:11 -0600
committerMark Wagie2021-07-27 09:07:11 -0600
commit54b4e646b58a9942f144fd9a4e414ec08a7f774a (patch)
treee8eaaf8b7ea1d14ae01cd24682b5369b642730b1 /PKGBUILD
parent4f2537d3fa8736953fd6dc418db61272aa6a10b0 (diff)
downloadaur-54b4e646b58a9942f144fd9a4e414ec08a7f774a.tar.gz
1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce9f6c562751..1e1b18957e3b 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.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -29,7 +29,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=('5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c')
+sha256sums=('ebe99144fa9618d4b0e7617e7929b75acd905d258c3c779edcd34c0adfffe26c')
build() {
cd "$_name-$pkgver"