summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2019-08-15 11:20:27 -0400
committeralgebro2019-08-15 11:20:27 -0400
commitee4689a7102765c526582d36f3b6292635c33fba (patch)
treee462b283a424b12611691f001b22ad4590e53c11 /PKGBUILD
parent364f2dfdb7ce88dbb0c85e05725955be2ecedd6f (diff)
downloadaur-ee4689a7102765c526582d36f3b6292635c33fba.tar.gz
Update to 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0568908fc7af..4dcab0cd3980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=pyevmasm
pkgname=python-$_pkgname
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Assembler and disassembler library for the Ethereum Virtual Machine (EVM)"
arch=('x86_64')
url="https://github.com/trailofbits/pyevmasm"
license=('Apache')
depends=('python' 'python-future')
source=("$pkgname-$pkgver.tar.gz::https://github.com/trailofbits/pyevmasm/archive/${pkgver}.tar.gz")
-sha256sums=('eb4f88476e4e405794f1238160ae293ba2c6b965d08fcf3efe0e369923430f7b')
+sha256sums=('057bc4731fbc751e8658c5702746b55abb42f612dba315e1ade264c5999ce55d')
build() {
cd "$srcdir/$_pkgname-$pkgver"