summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2019-08-15 11:20:27 -0400
committeralgebro2019-08-15 11:20:27 -0400
commitee4689a7102765c526582d36f3b6292635c33fba (patch)
treee462b283a424b12611691f001b22ad4590e53c11
parent364f2dfdb7ce88dbb0c85e05725955be2ecedd6f (diff)
downloadaur-ee4689a7102765c526582d36f3b6292635c33fba.tar.gz
Update to 0.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a9d5c9fa2ce..2202ffefb1aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyevmasm
pkgdesc = Assembler and disassembler library for the Ethereum Virtual Machine (EVM)
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/trailofbits/pyevmasm
arch = x86_64
license = Apache
depends = python
depends = python-future
- source = python-pyevmasm-0.2.0.tar.gz::https://github.com/trailofbits/pyevmasm/archive/0.2.0.tar.gz
- sha256sums = eb4f88476e4e405794f1238160ae293ba2c6b965d08fcf3efe0e369923430f7b
+ source = python-pyevmasm-0.2.1.tar.gz::https://github.com/trailofbits/pyevmasm/archive/0.2.1.tar.gz
+ sha256sums = 057bc4731fbc751e8658c5702746b55abb42f612dba315e1ade264c5999ce55d
pkgname = python-pyevmasm
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"