diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 10:42:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 10:44:45 -0300 |
commit | cce4c38e42fd9bbfffb45171afa17714c3db669f (patch) | |
tree | 826ca4996b9fa2d30428cb17a40fea2a3a09b0ca /community/glade/APKBUILD | |
parent | 2fc322b67d961a5ca0cec57ee42150faad6c804f (diff) | |
download | aports-cce4c38e42fd9bbfffb45171afa17714c3db669f.tar.bz2 aports-cce4c38e42fd9bbfffb45171afa17714c3db669f.tar.xz |
community/glade: use canonical name for py3-gobject3-dev
Diffstat (limited to 'community/glade/APKBUILD')
-rw-r--r-- | community/glade/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glade/APKBUILD b/community/glade/APKBUILD index 2c23daa16d..7ee72fb670 100644 --- a/community/glade/APKBUILD +++ b/community/glade/APKBUILD @@ -8,7 +8,7 @@ url="https://glade.gnome.org/" arch="all" license="GPL-2.0-or-later" makedepends="gtk+3.0-dev libxml2-dev itstool gtk-doc paxmark intltool - webkit2gtk-dev py-gobject3-dev gobject-introspection-dev" + webkit2gtk-dev py3-gobject3-dev gobject-introspection-dev" checkdepends="xvfb-run ibus adwaita-icon-theme" options="!check" # If adwaita-icon-theme wasn't installed e before we'd have to updathe the icon cache subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" |