aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-01-12 12:00:49 +0100
committerTBK <tbk@jjtc.eu>2021-01-12 13:16:32 +0000
commit4bf070c7f6c1bc6d200d72311b3102a6a3d92a3c (patch)
treef35a746db7cd0043bca0a7964127983d8b499c50
parent5acc0074c559a57e97ae83d4c4b911e6382303ca (diff)
community/py3-aioresponses: update URL
-rw-r--r--community/py3-aioresponses/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-aioresponses/APKBUILD b/community/py3-aioresponses/APKBUILD
index c6d34932e23..ba02a3127f7 100644
--- a/community/py3-aioresponses/APKBUILD
+++ b/community/py3-aioresponses/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname=py3-aioresponses
pkgver=0.7.1
-pkgrel=0
-pkgdesc="a helper to mock/fake web requests in python aiohttp package"
-url="https://github.com/pnuckowski/aioresponses/archive/$pkgver.tar.gz"
+pkgrel=1
+pkgdesc="Helper to mock/fake web requests in the aiohttp package"
+url="https://github.com/pnuckowski/aioresponses"
arch="noarch"
license="MIT"
depends="python3 py3-pbr"