Fix PKGBUILD

This commit is contained in:
tobtoht 2021-10-28 19:54:12 +02:00
parent d68496bdd4
commit 628b9d75d9
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
2 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -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')