summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2022-03-17 01:50:53 +1100
committerLuis Aranguren2022-03-17 01:50:53 +1100
commit20a9570372f843b797c96adbbf379d1fc4d670ef (patch)
tree51f40d1efeb3ab19df99ea3da9b426ddb229131a /PKGBUILD
parent4514c7fe9bab2c8f582bfc2e8a44958e11a54e5f (diff)
downloadaur-20a9570372f843b797c96adbbf379d1fc4d670ef.tar.gz
5.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8091587bc85c..a0e22c01948d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-jsonrpcserver
_name=jsonrpcserver
-pkgver=5.0.6
+pkgver=5.0.7
pkgrel=1
pkgdesc="Process JSON-RPC requests in Python."
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/bcb/jsonrpcserver"
license=('MIT')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('0fdd69c15e67004fb064d2254469cf82d02b7bc8a7bf7760055caa9d62d92f7c')
+sha256sums=('b15d3fd043ad0c40b2ff17f7df2ddaec2e880bb923b40d133939a107c97fde5c')
build() {
cd "$srcdir/$_name-$pkgver"