Date: Tuesday, May 14, 2019 @ 18:38:45
  Author: sangy
Revision: 467218

upgpkg: python-aiorpcx 0.18.0-1

Modified:
  python-aiorpcx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-14 15:13:55 UTC (rev 467217)
+++ PKGBUILD    2019-05-14 18:38:45 UTC (rev 467218)
@@ -2,7 +2,7 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.16.1
+pkgver=0.18.0
 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/";
@@ -11,7 +11,7 @@
 depends=('python>=3.6' 'python-attrs')
 makedepends=('python-setuptools')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
-sha256sums=('058d9ebc6b4e3eb6554f996caa18d76910634a4896830539f06fb08188e558ca')
+sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851')
 
 
 build() {
@@ -24,3 +24,4 @@
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
+

Reply via email to