summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-01-04 16:05:52 +0100
committerXiretza2021-01-04 16:05:52 +0100
commit1697f0df4a3571fd158857353b2695ce08870bd7 (patch)
treec244fc4d7221c9395953c3e9c95f8044c5a2bf08 /PKGBUILD
parent4b15a0687fdddd9cb03c0d5ada1f9eea78b9fd33 (diff)
downloadaur-python-aiohttp-json-rpc.tar.gz
Update to 0.13.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2ee879a125e..99d2bc48f7cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
_pkgname=aiohttp-json-rpc
pkgname="python-$_pkgname"
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
pkgdesc="Implements JSON-RPC 2.0 Specification using aiohttp"
arch=(any)
url="https://github.com/pengutronix/aiohttp-json-rpc"
@@ -11,7 +11,7 @@ depends=('python' 'python-aiohttp')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-django')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('6ba383d761787a533c3ceb71cf0d22b883bccc5824e45168897e727c474e8fc7')
+sha256sums=('8d8c7f39bedb7dfe84f9a813b383c8327b4d672b1b0c001a71e51e47045c10f7')
build() {
cd "$_pkgname-$pkgver"