summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bded49cf7b04..9e46f5496b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.13.2
- pkgrel = 2
+ pkgver = 0.13.3
+ pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/getsentry/sentry-python/releases/download/0.13.2/sentry-sdk-0.13.2.tar.gz
+ source = https://github.com/getsentry/sentry-python/releases/download/0.13.3/sentry-sdk-0.13.3.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = ff1fa7fb85703ae9414c8b427ee73f8363232767c9cd19158f08f6e4f0b58fc7
+ sha256sums = e3302e8df82e68599eeeef564f08d15aa62efc1cb013d8e1cccc5bf526d375a4
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 6dd667fff09f..d9e53f1351b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=('python-sentry_sdk' 'python2-sentry_sdk')
_pkgname=sentry-sdk
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
url="https://github.com/getsentry/sentry-python"
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$url/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE")
-sha256sums=('ff1fa7fb85703ae9414c8b427ee73f8363232767c9cd19158f08f6e4f0b58fc7'
+sha256sums=('e3302e8df82e68599eeeef564f08d15aa62efc1cb013d8e1cccc5bf526d375a4'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
prepare() {