summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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