diff options
author | Dmitry Valter | 2020-01-14 12:37:41 +0300 |
---|---|---|
committer | Dmitry Valter | 2020-01-14 12:37:41 +0300 |
commit | 416df76b21c9e9e8de26763c2a64844fd62fa245 (patch) | |
tree | cde5aac37caaec7996392c230710a1665ff32d6f | |
parent | a858365a2025ffc08c7c097ecc0449a378941b17 (diff) | |
download | aur-416df76b21c9e9e8de26763c2a64844fd62fa245.tar.gz |
Remove gconf dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -5,10 +5,9 @@ pkgbase = drawio-desktop url = https://github.com/jgraph/drawio arch = x86_64 license = Apache - makedepends = npm + makedepends = yarn makedepends = ant depends = electron - depends = gconf depends = libnotify source = https://github.com/jgraph/drawio/archive/v12.5.0.tar.gz sha256sums = 30a794c05f3a082068cb001bad707a722b9bf862225f787a7a8865d59bfa66f7 @@ -7,7 +7,7 @@ pkgdesc='Diagram drawing application built on web technology' arch=('x86_64') url='https://github.com/jgraph/drawio' license=('Apache') -depends=(electron gconf libnotify) +depends=(electron libnotify) makedepends=(yarn ant) source=("https://github.com/jgraph/drawio/archive/v$pkgver.tar.gz") sha256sums=('30a794c05f3a082068cb001bad707a722b9bf862225f787a7a8865d59bfa66f7') |