Merge #697: contrib: update Arch PKGBUILD to v2.0
2890fe7e9afa05212b00994a5fb623bf8c405843 README: update binaries' version to 2.0 (Antoine Poinsot)
702cca5f0f2953d258f198357146a58a3abb18d7 contrib: update Arch PKGBUILD to v2.0 (Antoine Poinsot)
Pull request description:
ACKs for top commit:
darosior:
ACK 2890fe7e9afa05212b00994a5fb623bf8c405843 -- Kevin tested it locally.
Tree-SHA512: 96144e4957920bbe5f92d7177362aceee77db94091b5e55dff5489e072ee70120d09551f4ca613cddef5a196ce3ed8aae6a6389a3c5295b067bd3086b593be23
This commit is contained in:
commit
1e2b1ca0d4
@ -45,10 +45,10 @@ Head to the [release page](https://github.com/wizardsardine/liana/releases) and
|
||||
executable for your platform. If you are not sure what is the "right" executable for your platform,
|
||||
choose:
|
||||
- `Liana.zip` if you are on MacOS,
|
||||
- `liana-1.1.exe` if you are on Windows,
|
||||
- `liana_1.1-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install
|
||||
./liana_1.1-1_amd64.deb` as root (or preceded by `sudo`) to install it.
|
||||
- `liana-1.1-x86_64-linux-gnu.tar.gz` if you use another Linux distribution. Note you may have to
|
||||
- `liana-2.0.exe` if you are on Windows,
|
||||
- `liana_2.0-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install
|
||||
./liana_2.0-1_amd64.deb` as root (or preceded by `sudo`) to install it.
|
||||
- `liana-2.0-x86_64-linux-gnu.tar.gz` if you use another Linux distribution. Note you may have to
|
||||
compile the software yourself if you are on Linux. See the [section
|
||||
below](#a-note-on-linux-binaries-and-glibc-version).
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Maintainer: Antoine Poinsot <My first name at wizardsardine.com>
|
||||
|
||||
pkgname=liana-bin
|
||||
pkgver=1.0
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc="A Bitcoin wallet focused on recovery options (includes headless daemon and GUI)."
|
||||
arch=('x86_64')
|
||||
@ -10,7 +10,7 @@ license=('BSD')
|
||||
depends=('glibc>=2.33' 'fontconfig>=2.12.6' 'freetype2>=2.8' 'systemd-libs') # systemd-libs for libudev
|
||||
|
||||
source=("https://github.com/wizardsardine/liana/releases/download/v$pkgver/liana-$pkgver-x86_64-linux-gnu.tar.gz")
|
||||
sha256sums=("bd425e3e08fcb74b6d2d641c7f6bd553062d49dbd42898823082990f862de43b")
|
||||
sha256sums=("fddd57b59dc4f09cd36d31734a8cfc9d037e0f205895b16ff0ffb20ac1bfd470")
|
||||
|
||||
package() {
|
||||
_bin_folder="$srcdir/liana-$pkgver-x86_64-linux-gnu"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user