summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xjac2023-07-19 16:29:05 +0200
committer0xjac2023-07-19 16:29:05 +0200
commit18216e21a3d1f03f5329a554ebc5ea39d4cd8b9d (patch)
tree13640750dfc0eab044255fa3a846f71a0d72ca51
parent4b742418057d3da1e748910e3c65016388ad22fe (diff)
downloadaur-18216e21a3d1f03f5329a554ebc5ea39d4cd8b9d.tar.gz
relpkg: 2.1.2-2
Version 2.1.2 has been re-released and the checksum has changed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f07eda970cc2..7204bf5891d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alephium-wallet-bin
pkgdesc = The official Alephium desktop wallet.
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alephium/alephium-wallet
arch = x86_64
license = LGPL3
@@ -33,6 +33,6 @@ pkgbase = alephium-wallet-bin
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
- sha256sums_x86_64 = 971e64a8da723548c6e21fee34504b58b0549505dd589d9b0666f748be0d0a37
+ sha256sums_x86_64 = b4c7eeec8f7e9772c30f12a3c40e0514694086e8e0fba623f4ca29601b24b124
pkgname = alephium-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 841b5cebf316..bb05eb073665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=alephium-wallet-bin
pkgdesc="The official Alephium desktop wallet."
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
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=('c5e95587289a7617b5fcc7dabbffb5c140de8c51bfa59c10628d65e57305a9da')
+sha256sums_x86_64=('b4c7eeec8f7e9772c30f12a3c40e0514694086e8e0fba623f4ca29601b24b124')
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')