summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri2019-05-17 12:08:21 +0200
committerHenri2019-05-17 12:08:21 +0200
commit54cf8e8ccba0b79dba8090462a1d2aa7f9869d35 (patch)
tree9207fe147d3f934c1b3ef9010cc1afa969e8d038
parentaa6a7e4e626b3e8549d6a0ce4fcc84c19e2c3461 (diff)
downloadaur-54cf8e8ccba0b79dba8090462a1d2aa7f9869d35.tar.gz
Added gconf as depend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f190928f088..e2513149f24e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = easyeda
url = https://easyeda.com/page/download
arch = x86_64
license = custom
+ depends = gconf
options = !strip
source = https://image.easyeda.com/files/easyeda-client-linux-x64.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3c3b078288ee..ec750b47ced2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="EasyEDA Desktop Client, A Simple and Powerful Electronic Circuit Design Tool"
arch=('x86_64')
license=(custom)
-depends=()
+depends=(gconf)
url="https://easyeda.com/page/download"
options=('!strip')