summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreikoninaru2022-01-20 20:00:50 +0200
committereikoninaru2022-01-20 20:00:50 +0200
commitf4d9c17a4143f11280a58dc33701a58cb587e170 (patch)
treec780a325d0839b02a27fa7eacc61e0f19ffea2b7
parent5e76fca0eec0af861563c9a48f7efc886a4e9d57 (diff)
downloadaur-f4d9c17a4143f11280a58dc33701a58cb587e170.tar.gz
Install GUI wallet without compilation
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4d8587ca213..5d075141eaea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = karbowanecwallet-bin
pkgdesc = Karbowanec Wallet - wallet for Karbo (Karbovanets) cryptocurrency
- pkgver = 1.7.7
+ pkgver = 1.7.8
pkgrel = 1
url = https://karbo.io
arch = x86_64
license = custom
depends = qt5-networkauth
- source = karbowanecwallet-bin-1.7.7.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.6/Karbo-wallet-ubuntu-20.04-v.1.7.7.tar.gz
- sha256sums = 9B24ADDC714B7D4990A4DBD1E79AF3C64DF9713A242E5FEE69E7D8DEE9DBCD44
+ source = karbowanecwallet-bin-1.7.8.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.8/Karbo-wallet-ubuntu-20.04-v.1.7.8.tar.gz
+ sha256sums = A48B84C838AEECC25E6A16E214394FB82466AE120570032BFB91D82C6A27B60C
pkgname = karbowanecwallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index b619a101aff7..fc7a8cd584bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname='karbowanecwallet-bin'
_pkgname='KarbowanecWallet'
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc='Karbowanec Wallet - wallet for Karbo (Karbovanets) cryptocurrency'
arch=('x86_64')
url='https://karbo.io'
license=('custom')
depends=('qt5-networkauth')
-source=("$pkgname-$pkgver.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.6/Karbo-wallet-ubuntu-20.04-v.1.7.7.tar.gz")
-sha256sums=('9B24ADDC714B7D4990A4DBD1E79AF3C64DF9713A242E5FEE69E7D8DEE9DBCD44')
+source=("$pkgname-$pkgver.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.8/Karbo-wallet-ubuntu-20.04-v.1.7.8.tar.gz")
+sha256sums=('A48B84C838AEECC25E6A16E214394FB82466AE120570032BFB91D82C6A27B60C')
prepare() {
cd "$srcdir"