]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Fix PKGBUILD
authortobtoht <thotbot@protonmail.com>
Thu, 28 Oct 2021 17:54:12 +0000 (19:54 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 28 Oct 2021 17:54:12 +0000 (19:54 +0200)
Makefile
PKGBUILD

index c2a7a3ef769f51a5ca4c1828fd9a32cb7441c0d5..5a633726cbe4594f3be5d9ba17c2adf424e846c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,12 @@ CMAKEFLAGS = \
 release:
        mkdir -p build/release && \
        cd build/release && \
-       cmake -D CMAKE_BUILD_TYPE=Release $(CMAKEFLAGS) ../.. && \
+       cmake \
+               -DARCH=x86-64 \
+               -D BUILD_TAG="linux-x64" \
+               -D CMAKE_BUILD_TYPE=Release \
+               $(CMAKEFLAGS) \
+               ../.. && \
        $(MAKE)
 
 release-static:
index 11de9ccbb1cc5c32fef288a018118c509d5e948d..f80c21ca22dfebe512b765d6218ff52c3238c6d2 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: wowario <wowario[at]protonmail[dot]com>
 
 pkgname='monero-feather-git'
-pkgver=0.8.0.d3791cbd26
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='A free Monero desktop wallet'
 license=('BSD')