summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordavedatum2019-11-03 23:23:05 +0000
committerdavedatum2019-11-03 23:23:05 +0000
commitccefca083850221075dd00f293d068e7aaad07e2 (patch)
tree97ed36ab7dfb1ee89023c4575d19209a4d516439 /PKGBUILD
parent80b1aaea9c98599d3daa0242ad95492258674638 (diff)
downloadaur-ccefca083850221075dd00f293d068e7aaad07e2.tar.gz
added depends gconf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3b4666d15f4..250ba6608a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=imagine-git
pkgver=0.5.0.r0.g7bea16d
-pkgrel=1.3
+pkgrel=1.4
pkgdesc="PNG/JPEG optimization app"
arch=("x86_64")
url="https://github.com/meowtec/Imagine"
license=("MIT")
-depends=("electron2" "imagemagick")
+depends=("electron2" "imagemagick" "gconf")
makedepends=("git" "npm")
provides=("${pkgname}")
conflicts=("${pkgname}")