diff options
-rw-r--r-- | community/gedit-plugins/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gedit-plugins/APKBUILD b/community/gedit-plugins/APKBUILD index c931b5fbb2..aa90ff9d5f 100644 --- a/community/gedit-plugins/APKBUILD +++ b/community/gedit-plugins/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gedit-plugins pkgver=3.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plugins for gedit, the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit/PluginsLists" arch="all !s390x" # Limited by gedit-dev and gtksourceview4-dev license="GPL-2.0-only" -depends="python3 py3-gobject3 vte3 gucharmap py3-dbus" +depends="python3 py3-gobject3 vte3 gucharmap py3-dbus libpeas-python3" makedepends="glib-dev gtk+3.0-dev gtksourceview4-dev libpeas-dev gedit-dev vala libgit2-glib-dev itstool vte3-dev gucharmap-dev py-dbus-dev meson" subpackages="$pkgname-lang $pkgname-doc" |