summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186890781ed3..672f4ddbcc9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = python-sentry_sdk
optdepends = python-tornado
optdepends = python-sqlalchemy
optdepends = python-pyspark
- source = https://files.pythonhosted.org/packages/source/s/sentry-sdk/sentry-sdk-0.14.1.tar.gz
+ source = https://pypi.org/packages/source/s/sentry-sdk/sentry-sdk-0.14.1.tar.gz
sha256sums = e023da07cfbead3868e1e2ba994160517885a32dfd994fc455b118e37989479b
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 7c937085e336..65c3017fe0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
optdepends=('python-flask' 'python-blinker' 'python-bottle' 'python-falcon' 'python-django'
'python-sanic' 'python-celery' 'python-beam' 'python-rq' 'python-aiohttp'
'python-tornado' 'python-sqlalchemy' 'python-pyspark')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
#source=("https://github.com/getsentry/sentry-python/archive/$pkgver.tar.gz")
sha256sums=('e023da07cfbead3868e1e2ba994160517885a32dfd994fc455b118e37989479b')