summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-12-01 10:07:29 +0100
committerM0Rf302023-12-01 10:07:29 +0100
commit016a089a1da4ca04823164cc7346026522082db9 (patch)
treea66767028abb2a135d822ed4d836ef87dad38935
parentdaf64951f27b7b91f16e32c4539bc32f3f1f7f41 (diff)
downloadaur-016a089a1da4ca04823164cc7346026522082db9.tar.gz
python-rlp: 4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee02643592a8..9bfbf9a5dae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rlp
pkgdesc = A package for encoding and decoding data in and from Recursive Length Prefix notation
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 4.0.0
+ pkgrel = 1
url = https://pypi.org/project/rlp/
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-rlp
makedepends = python-wheel
depends = python
depends = python-eth-utils
- source = https://files.pythonhosted.org/packages/source/r/rlp/rlp-3.0.0.tar.gz
- sha256sums = 63b0465d2948cd9f01de449d7adfb92d207c1aef3982f20310f8009be4a507e8
+ source = https://files.pythonhosted.org/packages/source/r/rlp/rlp-4.0.0.tar.gz
+ sha256sums = 61a5541f86e4684ab145cb849a5929d2ced8222930a570b3941cf4af16b72a78
pkgname = python-rlp
diff --git a/PKGBUILD b/PKGBUILD
index 92a781dcb95c..4572a39152d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: robertfoster
pkgname=python-rlp
-pkgver=3.0.0
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
pkgdesc="A package for encoding and decoding data in and from Recursive Length Prefix notation"
url='https://pypi.org/project/rlp/'
license=('MIT')
@@ -21,4 +21,4 @@ package() {
python3 -m installer --destdir="$pkgdir" dist/*.whl
}
-sha256sums=('63b0465d2948cd9f01de449d7adfb92d207c1aef3982f20310f8009be4a507e8')
+sha256sums=('61a5541f86e4684ab145cb849a5929d2ced8222930a570b3941cf4af16b72a78')