summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBalló György2020-06-10 13:05:37 +0000
committerBalló György2020-06-10 13:05:37 +0000
commit1d481f3c524c400e56720dac2dc104de279799bf (patch)
treecbd56bbdc085bf6abf78208af879174eac3b05ad /PKGBUILD
parent29df4c98305513e3f2814f7e27b1f98d4a4bb322 (diff)
downloadaur-1d481f3c524c400e56720dac2dc104de279799bf.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 531b6a7beed1..86449b9d4b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Simple & versatile image editor."
arch=('any')
url="https://imeditor.github.io"
license=('GPL3')
-depends=('gtk3' 'python-pillow')
+depends=('gtk3' 'python-gobject' 'python-pillow')
makedepends=('meson' 'appstream-glib')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ImEditor/ImEditor/archive/$pkgver.tar.gz")
sha256sums=('82105705461431e1592399b59f1417b53e441d68d1de76b2a6b57ca7efcf0aa6')