summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-09-14 10:58:26 -0600
committerMark Wagie2020-09-14 10:58:26 -0600
commitdfc203710f6730e09d7c3a848205ab618e51428f (patch)
treea38d7f5a0fa1be08eb7671b70e24c9e768e165ec /PKGBUILD
parentdc837a26f6ed2964c59912cff71e21124f89fa95 (diff)
downloadaur-dfc203710f6730e09d7c3a848205ab618e51428f.tar.gz
0.17.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7b8b568fdac..9b86eaacc4ec 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.4
+pkgver=0.17.5
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=('a16caf9ce892623081cbb9a95f6c1f892778bb123909b0ed7afdfb52ce7a58a1')
+sha256sums=('02f2a72698453f722b102562eb6430d2a82d6c6c40f2b991ed69e7628142de6a')
build() {
cd "$_name-$pkgver"