summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070af5013bc4..2b3f3e0f9415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,7 @@ pkgbase = mycrypto-bin
url = https://github.com/MyCryptoHQ/MyCrypto
arch = x86_64
license = MIT
- depends = gconf
- depends = gtk3
- depends = libxss
- depends = nss
+ depends = electron
provides = mycrypto
conflicts = mycrypto
source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.4.0/linux-x86-64_1.4.0_MyCrypto.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 8d9463c2f8ec..dd4035a89674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.4.0
pkgrel=2
pkgdesc='Open-source, client-side tool for generating Ether Wallets, handling ERC-20 tokens, and interacting with the blockchain more easily'
arch=('x86_64')
-depends=('gconf' 'gtk3' 'libxss' 'nss')
+depends=('electron')
provides=('mycrypto')
conflicts=('mycrypto')
url='https://github.com/MyCryptoHQ/MyCrypto'