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 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')