[arch-commits] Commit in python-aiorpcx/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Fri Apr 12 15:16:35 UTC 2019


    Date: Friday, April 12, 2019 @ 15:16:35
  Author: sangy
Revision: 451285

upgpkg: python-aiorpcx 0.13.0-1

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 15:14:23 UTC (rev 451284)
+++ PKGBUILD	2019-04-12 15:16:35 UTC (rev 451285)
@@ -2,7 +2,7 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.12.1
+pkgver=0.13.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=('3920a91316b54bb6b9dc25e26758a1afdc07787a51958110b4c11b7707d63195')
+sha256sums=('18ccb23538fb835d03ec4cad4b0a5cdd9ffd5e622ffa5724e5cd3e19d95120b8')
 
 
 build() {
@@ -24,4 +24,3 @@
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
-



More information about the arch-commits mailing list