summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Poinsot2023-08-18 14:15:55 +0200
committerAntoine Poinsot2023-08-18 14:15:55 +0200
commit4960a915ace4e84adf28e6a908363054459a9964 (patch)
tree8a2067b732fce16528de8e4375285f08c2cce614
parent98eaed1465c23fcdb7181214f6053906bbeb9f97 (diff)
downloadaur-4960a915ace4e84adf28e6a908363054459a9964.tar.gz
Update to latest Liana release (1.1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd664719eeab..83120ba1caba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liana-bin
pkgdesc = A Bitcoin wallet focused on recovery options (includes headless daemon and GUI).
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/wizardsardine/liana
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = liana-bin
depends = fontconfig>=2.12.6
depends = freetype2>=2.8
depends = systemd-libs
- source = https://github.com/wizardsardine/liana/releases/download/v1.0/liana-1.0-x86_64-linux-gnu.tar.gz
- sha256sums = bd425e3e08fcb74b6d2d641c7f6bd553062d49dbd42898823082990f862de43b
+ source = https://github.com/wizardsardine/liana/releases/download/v1.1/liana-1.1-x86_64-linux-gnu.tar.gz
+ sha256sums = 8f473771362cf6e8c64ccd680485d4d97fb03b1aaad83d90a2708665b4f793b5
pkgname = liana-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b5466480f88..455e82a3e4c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Poinsot <My first name at wizardsardine.com>
pkgname=liana-bin
-pkgver=1.0
+pkgver=1.1
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=("8f473771362cf6e8c64ccd680485d4d97fb03b1aaad83d90a2708665b4f793b5")
package() {
_bin_folder="$srcdir/liana-$pkgver-x86_64-linux-gnu"