summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2020-11-25 17:22:37 +0300
committerwowario2020-11-25 17:22:37 +0300
commit8d8e23c07afbf4c14cd001aa0cce8f6aa49802f0 (patch)
treef8787a6043cf8942f73803ff37b8d7b6da84331d
parent862f853a12d6299df7b8f97eda9305d488567172 (diff)
downloadaur-8d8e23c07afbf4c14cd001aa0cce8f6aa49802f0.tar.gz
fix monero hash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8106287db71..2db774a9e85b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-git
pkgdesc = a free Monero desktop wallet
- pkgver = v0.1.0.0.841739cee9
+ pkgver = v0.1.0.0.bce983a6a5
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 975d7dce05d6..d578687bb42b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='monero-feather-git'
pkgname='monero-feather-git'
-pkgver='v0.1.0.0.841739cee9'
+pkgver='v0.1.0.0.bce983a6a5 '
pkgrel='1'
pkgdesc='a free Monero desktop wallet'
license=('BSD')
@@ -12,7 +12,6 @@ url="https://featherwallet.org"
depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'protobuf' 'miniupnpc' 'libgcrypt' 'qrencode' 'ccache' 'libsodium' 'libpgm' 'expat' 'qt5-base')
makedepends=('git' 'cmake' 'boost')
provides=('monero-feather-git')
-monero-head='2fc0c6355d7f3756f9cc01f1165aeec42bc52201'
source=("${pkgname}"::"git+https://git.wownero.com/feather/feather")
@@ -20,7 +19,7 @@ sha256sums=('SKIP')
build() {
cd "${srcdir}/${pkgname}/monero"
- git "checkout $monero-head"
+ git checkout 2fc0c6355d7f3756f9cc01f1165aeec42bc52201
cd ..
mkdir build
cd build