summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authoralgebro2019-01-19 14:30:09 -0500
committeralgebro2019-01-19 14:30:09 -0500
commit755c1524a3e32efda67c7b8d13ab0ddb2f8f0d31 (patch)
treeb87524517a9c8fc1cc50905feae023803e350750 /.SRCINFO
downloadaur-755c1524a3e32efda67c7b8d13ab0ddb2f8f0d31.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b9b63b7c9a6a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = python-eth-hash
+ pkgdesc = The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256 or sha3.
+ pkgver = 0.2.0
+ pkgrel = 1
+ url = https://github.com/ethereum/eth-hash
+ arch = x86_64
+ license = MIT
+ makedepends = python-setuptools
+ depends = python
+ depends = python-pysha3
+ depends = python-pycryptodome
+ source = https://github.com/ethereum/eth-hash/archive/v0.2.0.tar.gz
+ sha256sums = 4f275118ae0f26c9f3f7c9fc4feee308a9d32d04fd23b6c8ba25329d0e3da219
+
+pkgname = python-eth-hash
+