diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-20 17:48:49 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-20 21:14:04 +0100 |
commit | 136b008eb01b1855a28e4a9344d3afd8ff08c4e4 (patch) | |
tree | 265550d7a9e2eb0978f048d8bdf589eb1bfc13f7 /community/gedit-plugins | |
parent | fd52dae9c894776dedb925bf4a353c186f8a5035 (diff) | |
download | aports-136b008eb01b1855a28e4a9344d3afd8ff08c4e4.tar.bz2 aports-136b008eb01b1855a28e4a9344d3afd8ff08c4e4.tar.xz |
depend on py3-dbus-dev instead of py-dbus-dev
Diffstat (limited to 'community/gedit-plugins')
-rw-r--r-- | community/gedit-plugins/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gedit-plugins/APKBUILD b/community/gedit-plugins/APKBUILD index fe07a85ab7..99258bee61 100644 --- a/community/gedit-plugins/APKBUILD +++ b/community/gedit-plugins/APKBUILD @@ -9,7 +9,7 @@ arch="all !s390x" # Limited by gedit-dev and gtksourceview4-dev license="GPL-2.0-only" 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" + libgit2-glib-dev itstool vte3-dev gucharmap-dev py3-dbus-dev meson" subpackages="$pkgname-lang $pkgname-doc" source="https://download.gnome.org/sources/gedit-plugins/${pkgver%.*}/gedit-plugins-$pkgver.tar.xz" |