summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2018-12-29 18:57:37 +0100
committerGianluca Boiano2018-12-29 18:57:37 +0100
commitc414b11d0c9682ebbc1af4a978e08f720b94c76c (patch)
treeeca1bd7a288f2385a8973bd47f77165cf8bf527d
parent5f270a56f341071988d7f61802f4abb9756673c2 (diff)
downloadaur-c414b11d0c9682ebbc1af4a978e08f720b94c76c.tar.gz
python-rlp: 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15fc48658d49..8e980f6767be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rlp
pkgdesc = A package for encoding and decoding data in and from Recursive Length Prefix notation
- pkgver = 1.0.1
+ pkgver = 1.0.3
pkgrel = 1
url = https://pypi.python.org/pypi/rlp
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-rlp
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/r/rlp/rlp-1.0.1.tar.gz
- md5sums = 2d435e272e9367c26715b8cd4c3f9a62
+ source = https://files.pythonhosted.org/packages/source/r/rlp/rlp-1.0.3.tar.gz
+ md5sums = c3e99152796791c22f451a0fa34f525c
pkgname = python-rlp
diff --git a/PKGBUILD b/PKGBUILD
index 280004d19905..b4d7843c0ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=python-rlp
-pkgver=1.0.1
+pkgver=1.0.3
pkgrel=1
pkgdesc="A package for encoding and decoding data in and from Recursive Length Prefix notation"
url='https://pypi.python.org/pypi/rlp'
@@ -20,4 +20,4 @@ package () {
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
}
-md5sums=('2d435e272e9367c26715b8cd4c3f9a62')
+md5sums=('c3e99152796791c22f451a0fa34f525c')