summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4432e682781..330680a2d9b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-hexbytes
pkgdesc = Python bytes subclass that decodes hex, with a readable console output
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/ethereum/hexbytes
arch = any
license = GPL3
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/h/hexbytes/hexbytes-0.3.0.tar.gz
- sha256sums = afeebfb800f5f15a3ca5bab52e49eabcb4b6dac06ec8ff01a94fdb890c6c0712
+ source = https://files.pythonhosted.org/packages/source/h/hexbytes/hexbytes-0.3.1.tar.gz
+ sha256sums = a3fe35c6831ee8fafd048c4c086b986075fc14fd46258fa24ecb8d65745f9a9d
pkgname = python-hexbytes
diff --git a/PKGBUILD b/PKGBUILD
index dc65aea45dfe..1766d78b6cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-hexbytes'
_pkgname=${pkgname#python-}
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Python bytes subclass that decodes hex, with a readable console output"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/ethereum/$_pkgname"
license=('GPL3')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('afeebfb800f5f15a3ca5bab52e49eabcb4b6dac06ec8ff01a94fdb890c6c0712')
+sha256sums=('a3fe35c6831ee8fafd048c4c086b986075fc14fd46258fa24ecb8d65745f9a9d')
build() {
cd $_pkgname-$pkgver