summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Zuidhoorn2020-06-04 22:24:15 +0200
committerMaarten Zuidhoorn2020-06-04 22:24:15 +0200
commita5ba7f90ee1b78a6614cfd6d4d882395e39994de (patch)
tree8620703ce8492c840247f6a57ce79445ae03385d
parent06b8251cd21bc2eaf20c08876235c3af22b7da52 (diff)
downloadaur-a5ba7f90ee1b78a6614cfd6d4d882395e39994de.tar.gz
Add gconf as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b3570b67551..bdd85d32d948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = mycrypto-bin
url = https://github.com/MyCryptoHQ/MyCrypto
arch = x86_64
license = MIT
+ depends = gconf
provides = mycrypto
conflicts = mycrypto
source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.7.10/linux-x86-64_1.7.10_MyCrypto.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 850ea3b6261c..694a617e6c67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ package="linux-x86-64_${pkgver}_MyCrypto.AppImage"
arch=('x86_64')
provides=('mycrypto')
conflicts=('mycrypto')
+depends=('gconf')
url='https://github.com/MyCryptoHQ/MyCrypto'
license=('MIT')
source=("${url}/releases/download/${pkgver}/${package}"