summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2020-11-25 16:51:17 +0300
committerwowario2020-11-25 16:51:17 +0300
commit862f853a12d6299df7b8f97eda9305d488567172 (patch)
treecc3c4a726d478ca832f63f3a7d35187a8c4b480d
parentdbb2b50ee9e8db71bb63abda779dbf3331d5546f (diff)
downloadaur-862f853a12d6299df7b8f97eda9305d488567172.tar.gz
fix monero hash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa6ca548af2..f8106287db71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-git
pkgdesc = a free Monero desktop wallet
- pkgver = v0.1.0.0.0790b30b5d
+ pkgver = v0.1.0.0.841739cee9
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 11b089b2fcfa..975d7dce05d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='monero-feather-git'
pkgname='monero-feather-git'
-pkgver='v0.1.0.0.0790b30b5d'
+pkgver='v0.1.0.0.841739cee9'
pkgrel='1'
pkgdesc='a free Monero desktop wallet'
license=('BSD')
@@ -12,13 +12,16 @@ 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")
sha256sums=('SKIP')
build() {
- cd "${srcdir}/${pkgname}"
+ cd "${srcdir}/${pkgname}/monero"
+ git "checkout $monero-head"
+ cd ..
mkdir build
cd build
cmake ..