mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
Fix PKGBUILD
This commit is contained in:
parent
d68496bdd4
commit
628b9d75d9
2 changed files with 7 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -11,7 +11,12 @@ CMAKEFLAGS = \
|
||||||
release:
|
release:
|
||||||
mkdir -p build/release && \
|
mkdir -p build/release && \
|
||||||
cd 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)
|
$(MAKE)
|
||||||
|
|
||||||
release-static:
|
release-static:
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: wowario <wowario[at]protonmail[dot]com>
|
# Contributor: wowario <wowario[at]protonmail[dot]com>
|
||||||
|
|
||||||
pkgname='monero-feather-git'
|
pkgname='monero-feather-git'
|
||||||
pkgver=0.8.0.d3791cbd26
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A free Monero desktop wallet'
|
pkgdesc='A free Monero desktop wallet'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
|
|
Loading…
Reference in a new issue