summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Klar2016-11-04 08:10:32 -0500
committerJosh Klar2016-11-04 08:10:32 -0500
commit27a8f3bd2a530c54f963a9c1d709ae3867b26159 (patch)
treece331ae72c1bf979db250319defbfcf5f768af96
parent194d7cdc75c9de09a29f33d4f2e649e5af398ba2 (diff)
downloadaur-27a8f3bd2a530c54f963a9c1d709ae3867b26159.tar.gz
Forgot python3 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ddf0cdf6c49..8d40978bcd19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = silentarmy
pkgdesc = GPU Zcash Equihash solver
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mbevand/silentarmy
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = silentarmy
depends = libcl
depends = libsodium
depends = opencl-headers
+ depends = python
source = https://github.com/mbevand/silentarmy/archive/adea4e582a728438d6adaa4b4a41ef9645496062.tar.gz
sha256sums = 32d31aaa69a18a08e113154e0eb1daf9f0f48f389cc6c10cce13a33bf286bc67
diff --git a/PKGBUILD b/PKGBUILD
index 86729d0d3380..d9814ba3089b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Josh Klar <j@iv597.com>
pkgname=silentarmy
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
_gittarget='adea4e582a728438d6adaa4b4a41ef9645496062'
pkgdesc="GPU Zcash Equihash solver"
arch=('i686' 'x86_64')
url="https://github.com/mbevand/silentarmy"
license=('MIT')
groups=()
-depends=('libcl' 'libsodium' 'opencl-headers')
+depends=('libcl' 'libsodium' 'opencl-headers' 'python')
source=("https://github.com/mbevand/silentarmy/archive/$_gittarget.tar.gz")
sha256sums=('32d31aaa69a18a08e113154e0eb1daf9f0f48f389cc6c10cce13a33bf286bc67')