summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBigfootACA2021-09-07 00:38:29 +0800
committerBigfootACA2021-09-08 03:57:34 +0800
commit2b0cb6d6dbc0e4a6b73097b3205f1b91671d28e5 (patch)
tree97ca251badba75204aa069e6762845788e37365f /PKGBUILD
parent8c02d00c4b092a43b27a58a6342a1efb8c500af3 (diff)
downloadaur-2b0cb6d6dbc0e4a6b73097b3205f1b91671d28e5.tar.gz
upgrade to 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1957c2f5ea58..a6b39d1dcd6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=tinyrpc
pkgname=python-${_pyname}
-pkgver=1.0.4
+pkgver=1.1.1
pkgrel=1
pkgdesc="A small, modular, transport and protocol neutral RPC library that, among other things, supports JSON-RPC and zmq."
arch=(any)
@@ -24,9 +24,9 @@ makedepends=(
)
options=(!emptydirs)
source=(https://pypi.io/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
-md5sums=('cd61e3cbc01ea940abc97d3a87abf4a7')
-sha256sums=('4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396')
-sha512sums=('a9f0f6e5c51a842e4a8cbf1843b52c4b2839e5874de42bf6c175f009fea582944ba6733f203c8d4aef979696fc11b165b1029cc89faf0a6298bc95ebaa0ca34b')
+md5sums=('34d7b41ab48297b6b8fbf937e3d43a57')
+sha256sums=('9e68d7b9688dac8deaa342a2507d04f0b2ece64a9d19382aa2ee13d692e87d7f')
+sha512sums=('2ab7117d82d0dbebb1691917e0fb572dcb2327fd1dd4bed52f46491baa74b3181f7277cfc212fd0c8b53a9db276474d5d836e7bdb0383ac70339b0bd9fd535c2')
build(){
cd $_pyname-$pkgver