summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-10-17 11:18:34 -0600
committeryochananmarqos2019-10-17 11:18:34 -0600
commit1ffe8121bbf80351bb6e72bd878f9fcacd3a477c (patch)
tree4f38f627def56339e24920c02f47ffa4fedc20d8 /PKGBUILD
parent12a1f5d4e47b87b97dca95a6b6a1830688097c84 (diff)
downloadaur-1ffe8121bbf80351bb6e72bd878f9fcacd3a477c.tar.gz
updated to 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaf8b7fa5326..bc461f736275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=('python-sentry_sdk' 'python2-sentry_sdk')
pkgbase=python-sentry_sdk
_pkgname=sentry-sdk
-pkgver=0.12.3
+pkgver=0.13.0
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
url="https://github.com/getsentry/sentry-python"
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
+source=("$url/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE")
-sha256sums=('15e51e74b924180c98bcd636cb4634945b0a99a124d50b433c3a9dc6a582e8db'
+sha256sums=('ff14935cc3053de0650128f124c36f34a4be120b8cc522c149f5cba342c1fd05'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
prepare() {