summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreikoninaru2022-01-15 00:20:53 +0200
committereikoninaru2022-01-15 00:20:53 +0200
commit5e76fca0eec0af861563c9a48f7efc886a4e9d57 (patch)
treea1f7033735956373146d64eafdaac267806d5dd3
parent39c726117f494f77a83d74b587fd698048a543d6 (diff)
downloadaur-5e76fca0eec0af861563c9a48f7efc886a4e9d57.tar.gz
Install GUI wallet without compilation
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3513d3102e0c..c4d8587ca213 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = karbowanecwallet-bin
pkgdesc = Karbowanec Wallet - wallet for Karbo (Karbovanets) cryptocurrency
- pkgver = 1.7.6
+ pkgver = 1.7.7
pkgrel = 1
url = https://karbo.io
arch = x86_64
license = custom
depends = qt5-networkauth
- depends = openssl
- source = karbowanecwallet-bin-1.7.6.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.6/Karbo-wallet-ubuntu-20.04-v.1.7.6.tar.gz
- sha256sums = FBBE12856B56A25DE3AD710DD22449FDDBACA88209408BE67B11F26A5C43E0CD
+ 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
pkgname = karbowanecwallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0f3049357fcb..b619a101aff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname='karbowanecwallet-bin'
_pkgname='KarbowanecWallet'
-pkgver=1.7.6
+pkgver=1.7.7
pkgrel=1
pkgdesc='Karbowanec Wallet - wallet for Karbo (Karbovanets) cryptocurrency'
arch=('x86_64')
url='https://karbo.io'
license=('custom')
-depends=('qt5-networkauth' 'openssl')
-source=("$pkgname-$pkgver.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.6/Karbo-wallet-ubuntu-20.04-v.1.7.6.tar.gz")
-sha256sums=('FBBE12856B56A25DE3AD710DD22449FDDBACA88209408BE67B11F26A5C43E0CD')
+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')
prepare() {
cd "$srcdir"