summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-08-03 11:40:10 +0200
committerM0Rf302018-08-03 11:40:10 +0200
commit5f270a56f341071988d7f61802f4abb9756673c2 (patch)
tree13014106671c951696d93e24bf897327c2dad7de
parent30f3cac98426381a4081b46891d9dd701133fa9e (diff)
downloadaur-5f270a56f341071988d7f61802f4abb9756673c2.tar.gz
python-rlp: 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 270714ca952d..15fc48658d49 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 = 0.6.0
+ pkgver = 1.0.1
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-0.6.0.tar.gz
- md5sums = 433c15b0efa188752448a0dd422a5bc0
+ source = https://files.pythonhosted.org/packages/source/r/rlp/rlp-1.0.1.tar.gz
+ md5sums = 2d435e272e9367c26715b8cd4c3f9a62
pkgname = python-rlp
diff --git a/PKGBUILD b/PKGBUILD
index 71e8c543d024..280004d19905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=python-rlp
-pkgver=0.6.0
+pkgver=1.0.1
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=('433c15b0efa188752448a0dd422a5bc0')
+md5sums=('2d435e272e9367c26715b8cd4c3f9a62')