summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-12-01 12:54:15 -0700
committerMark Wagie2022-12-01 12:54:15 -0700
commitf207e0c69cdc65f49ddc41eb6f0b2f6e0e90e32e (patch)
treed52bebab785c44e41a33210ead5db263ceaa6c31 /PKGBUILD
parent3bf043118effdf8fe46d3f6ace1f944a44915322 (diff)
downloadaur-f207e0c69cdc65f49ddc41eb6f0b2f6e0e90e32e.tar.gz
add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab2e392aeb38..cc19012ce1ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=metagedit-git
pkgver=r65.d3d57a8
-pkgrel=1
+pkgrel=2
pkgdesc="Gedit plugin which adds multiple improvements and functionalities to it"
arch=('any')
url="https://github.com/pedrovernetti/metagedit"
license=('GPL3')
-depends=('gedit' 'python-chardet' 'python-iso639')
+depends=('gedit' 'python-chardet' 'python-gobject' 'python-iso639')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")