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

Santiago Torres-Arias sangy at archlinux.org
Tue Feb 19 17:54:01 UTC 2019


    Date: Tuesday, February 19, 2019 @ 17:54:00
  Author: sangy
Revision: 434574

upgpkg: python-aiorpcx 0.10.5-2

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 17:49:40 UTC (rev 434573)
+++ PKGBUILD	2019-02-19 17:54:00 UTC (rev 434574)
@@ -2,7 +2,7 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=2
 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,6 +11,7 @@
 depends=('python>=3.6' 'python-attrs')
 makedepends=('python-setuptools')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
+sha256sums=('53c2ee8453c754587ef19e7e6b431a783428d10aa9c18ca0a753ebb82f2361ff')
 
 build() {
   cd "${srcdir}/aiorpcX-${pkgver}"
@@ -23,4 +24,3 @@
   install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
-sha256sums=('df79b7a321043ce5e12f91ad197d6187cf5b0c6f85506d323ad8b44e330104a1')



More information about the arch-commits mailing list