summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-07-08 08:53:50 -0600
committerMark Wagie2021-07-08 08:53:50 -0600
commit4f2537d3fa8736953fd6dc418db61272aa6a10b0 (patch)
tree079e42b5fbbd1409028c5a5e384d15513ea3df51 /PKGBUILD
parent065a037f2bb1fd36acd59f0e64e6673458b33f69 (diff)
downloadaur-4f2537d3fa8736953fd6dc418db61272aa6a10b0.tar.gz
1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1df131d3df7f..ce9f6c562751 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.2.0
+pkgver=1.3.0
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=('9907adbdd30a55b818914512cc143e6beae0bb3ba78b2649f4b079752eb0e424')
+sha256sums=('5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c')
build() {
cd "$_name-$pkgver"