summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-02-06 09:21:28 -0700
committeryochananmarqos2019-02-06 09:21:28 -0700
commit0ff544c8f4abc77cc8f80f5dcaaf069be01a107a (patch)
tree739c4e218a0aeabc5d236edb6284cdf830a6ba7a /PKGBUILD
parent6c34546d752aafe5da090ded1dcec719db1dc589 (diff)
downloadaur-0ff544c8f4abc77cc8f80f5dcaaf069be01a107a.tar.gz
updated to 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa8486fc67ec..cd14c73cc28f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=python-sentry_sdk
_pkgname=sentry-sdk
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
optdepends=('python-flask')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE")
-md5sums=('465d6c6a579f965af72138daa920eaac'
+md5sums=('0b3831e23c9cf4e817789f2f9faa308d'
'0c79f8d3c91fc847350efd28bfe0a341')
build() {