summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Jacobs2018-11-09 08:39:39 +0100
committerTravis Jacobs2018-11-09 08:39:39 +0100
commit2f1b0087d69b6059fc5d90bab25995e89802128a (patch)
tree8b06b7fbc6b835815f68a891e7571d75e10544dd
parentf625aa793385b61fb38168c4ad75e6c17044bab8 (diff)
downloadaur-vyper.tar.gz
Add pycryptodome dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f8bc62e3f1..816678bf569b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = vyper
pkgdesc = Pythonic Smart Contract Language for the EVM
pkgver = 0.1.0_beta.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ethereum/vyper
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-pycryptodome
+ depends = python-setuptools
source = https://github.com/ethereum/vyper/archive/v0.1.0-beta.4.tar.gz
md5sums = d74171e4ed78a1482320f3a8158e5eaa
diff --git a/PKGBUILD b/PKGBUILD
index ea62dfe5226b..75f075892c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=vyper
pkgver=0.1.0_beta.4
_vername=0.1.0-beta.4
-pkgrel=1
+pkgrel=2
pkgdesc="Pythonic Smart Contract Language for the EVM"
arch=('x86_64')
url="https://github.com/ethereum/vyper"
license=('MIT')
-depends=('python')
+depends=('python' 'python-pycryptodome' 'python-setuptools')
makedepends=('python-setuptools')
source=("https://github.com/ethereum/$pkgname/archive/v$_vername.tar.gz")
md5sums=('d74171e4ed78a1482320f3a8158e5eaa')