summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bae3d9e4adbb..caac340c4375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python-aiohttp_rpc'
_pkgname='aiohttp-rpc'
pkgver='0.6.3'
-pkgrel=2
+pkgrel=3
pkgdesc="Library for integrating JSON-RPC 2.0 protocol with python-aiohttp"
arch=('x86_64')
url="https://github.com/expert-m/aiohttp-rpc"
license=('MIT')
depends=('python>=3.7.0')
makedepends=('tar' 'python-aiohttp>=3.0.0' 'python-aiohttp<4.0.0' 'python-setuptools')
-source=("$pkgname-v$pkgver.tar.gz::https://files.pythonhosted.org/packages/6d/a8/6b3077d5291e6a618bd48562be29341c7e28f77652799b18ac630b0aea59/$_pkgname-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('b518fb236bcd691319b1a99beaba209a5ac6e2449b98b4604cea70ef9c875af9')
build() {