summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xjac2023-09-07 18:27:16 +0200
committer0xjac2023-09-07 18:27:16 +0200
commitf506566ecd47793129a9716fbfe4bfac0fc58c44 (patch)
tree05592e77299bdb1dd2e4a8e416a91a5f8f2ada19
parent18216e21a3d1f03f5329a554ebc5ea39d4cd8b9d (diff)
downloadaur-alephium-wallet-bin.tar.gz
relpkg: 2.1.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7204bf5891d3..f0f18e1165cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alephium-wallet-bin
pkgdesc = The official Alephium desktop wallet.
- pkgver = 2.1.2
- pkgrel = 2
+ pkgver = 2.1.5
+ pkgrel = 1
url = https://github.com/alephium/alephium-wallet
arch = x86_64
license = LGPL3
@@ -32,7 +32,7 @@ pkgbase = alephium-wallet-bin
optdepends = libappindicator-gtk3
provides = alephium-wallet
conflicts = alephium-wallet
- source_x86_64 = https://github.com/alephium/desktop-wallet/releases/download/v2.1.2/alephium-wallet_2.1.2_amd64.deb
+ source_x86_64 = https://github.com/alephium/desktop-wallet/releases/download/v2.1.5/alephium-wallet_2.1.5_amd64.deb
sha256sums_x86_64 = b4c7eeec8f7e9772c30f12a3c40e0514694086e8e0fba623f4ca29601b24b124
pkgname = alephium-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb05eb073665..35587018d6a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=alephium-wallet-bin
pkgdesc="The official Alephium desktop wallet."
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.1.5
+pkgrel=1
arch=('x86_64')
url="https://github.com/alephium/alephium-wallet"
license=('LGPL3')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source_x86_64=("https://github.com/alephium/desktop-wallet/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_amd64.deb")
-sha256sums_x86_64=('b4c7eeec8f7e9772c30f12a3c40e0514694086e8e0fba623f4ca29601b24b124')
+sha256sums_x86_64=('a71fc16c3d9b35a933d7631d932648e88d8c48284d88f7f917ecea47b5274cc4')
depends=('alsa-lib' 'at-spi2-core' 'cairo' 'dbus' 'expat' 'gcc-libs' 'glib2' 'glibc' 'gtk3'
'hicolor-icon-theme' 'libcups' 'libdrm' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext'
'libxfixes' 'libxkbcommon' 'libxrandr' 'mesa' 'nspr' 'nss' 'pango')