summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-12-13 17:44:46 -0700
committerMark Wagie2021-12-13 17:44:46 -0700
commit7cd6835f32899681c5fc7ac3099b2f64081a5da2 (patch)
treec5555532b8c29c58536466b48baf8f5f3be4daea /PKGBUILD
parent8286f6ae80391b240773d7573dff9314c56def26 (diff)
downloadaur-7cd6835f32899681c5fc7ac3099b2f64081a5da2.tar.gz
1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90bb724ae834..d5f2f7880fab 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.5.0
+pkgver=1.5.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=('789a11a87ca02491896e121efdd64e8fd93327b69e8f2f7d42f03e2569648e88')
+sha256sums=('2a1757d6611e4bec7d672c2b7ef45afef79fed201d064f53994753303944f5a8')
build() {
cd "$_name-$pkgver"