summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Malis2018-08-18 02:51:34 -0700
committerSteven Malis2018-08-18 02:51:34 -0700
commit3f315f4a53f456ffcff28c68b36c7ea9f6b9baf9 (patch)
treebc7d35f109701c4564c79a1f3700c6203928ed1c
parentd78d821dd6dbf5ee94afc6021e917885555b34b0 (diff)
downloadaur-3f315f4a53f456ffcff28c68b36c7ea9f6b9baf9.tar.gz
Update to 0.7.3.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 740106c30caa..634791f44962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-aiorpcx
pkgdesc = A generic asyncio library implementation of RPC suitable for an application that is a client, server or both.
- pkgver = 0.7.1
- pkgrel = 3
+ pkgver = 0.7.3
+ pkgrel = 1
url = https://github.com/kyuupichan/aiorpcX/
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3.6
depends = python-attrs
- source = https://github.com/kyuupichan/aiorpcX/archive/0.7.1.tar.gz
- sha256sums = b9baeab3e72177baa9696292d167e5f5cdf11c1696194b29e059f8665a195dc0
+ source = https://github.com/kyuupichan/aiorpcX/archive/0.7.3.tar.gz
+ sha256sums = 1f93f89b2e0e952dd2357687dac22b6e7e05f70d4d0295376523932276af718a
pkgname = python-aiorpcx
diff --git a/PKGBUILD b/PKGBUILD
index fecb1eaab31d..1617e522faa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='python-aiorpcx'
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.7.3
+pkgrel=1
pkgdesc="A generic asyncio library implementation of RPC suitable for an application that is a client, server or both."
url="https://github.com/kyuupichan/aiorpcX/"
arch=('any')
@@ -19,4 +19,4 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
}
-sha256sums=('b9baeab3e72177baa9696292d167e5f5cdf11c1696194b29e059f8665a195dc0')
+sha256sums=('1f93f89b2e0e952dd2357687dac22b6e7e05f70d4d0295376523932276af718a')