summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-07-15 12:50:52 -0600
committeryochananmarqos2019-07-15 12:50:52 -0600
commitcb53ef6f8ecbfb347960da1f6d85ebdc80ca188f (patch)
treef2b7aba906c50a1bcbfb0605091288a47ea7648b
parenta57b88c6572fe345ce68ee7a9bea13eee0c4f8f7 (diff)
downloadaur-cb53ef6f8ecbfb347960da1f6d85ebdc80ca188f.tar.gz
updated to 0.10.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db51f6ea7b0b..9ddf7baee4ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.10.1
- pkgrel = 2
+ pkgver = 0.10.2
+ pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-sentry_sdk-0.10.1.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.10.1/sentry-sdk-0.10.1.tar.gz
+ source = python-sentry_sdk-0.10.2.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.10.2/sentry-sdk-0.10.2.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = 7e24f3ec1f4c909306d1b97373fe5caa942f54009acdcfa4d1ee6671f626bbe9
+ sha256sums = d491aa6399eaa3eded433972751a9770180730fd8b4c225b0b7f49c4fa2af70b
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 17e602e36034..4b9a0b07df2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=('python-sentry_sdk' 'python2-sentry_sdk')
pkgbase=python-sentry_sdk
_pkgname=sentry-sdk
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
url="https://github.com/getsentry/sentry-python"
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/sentry-python/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE")
-sha256sums=('7e24f3ec1f4c909306d1b97373fe5caa942f54009acdcfa4d1ee6671f626bbe9'
+sha256sums=('d491aa6399eaa3eded433972751a9770180730fd8b4c225b0b7f49c4fa2af70b'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
build() {