summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a58738906a18..5996b0c551db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Josh Klar <j@iv597.com>
pkgname=silentarmy
-pkgver=4
+pkgver=5
pkgrel=1
pkgdesc="GPU Zcash Equihash solver"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/mbevand/silentarmy"
license=('MIT')
groups=()
depends=('libcl' 'opencl-headers' 'python>=3.3.0')
-source=('https://github.com/mbevand/silentarmy/archive/v4.tar.gz')
-sha256sums=('0a0cdd272160d0a00c778b4ffaee9c82f41282bdcd18adc685f781b7dd090fc2')
+source=("https://github.com/mbevand/silentarmy/archive/v${pkgver}.tar.gz")
+sha256sums=('e0ddad344be97958f5ce257d13203dc0665cb96b3aadeaccb7e6892489cb3508')
build() {
cd "$pkgname-$pkgver"