summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorignapk2021-01-15 03:55:41 +0100
committerignapk2021-01-15 03:55:41 +0100
commit08b637fe74c11d3e0ec2351bf0b6b9d21eefb72c (patch)
tree6fe1bd2508e77b4c067913d893236825d713b7d1
parent5089d9b3a7e38f2c1b918e974078f7a8b8776ce8 (diff)
downloadaur-08b637fe74c11d3e0ec2351bf0b6b9d21eefb72c.tar.gz
add python-gobject as make dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4afd4cc801b..b53fff56099e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://wiki.gnome.org/Projects/LibGWeather"
arch=(x86_64)
license=(LGPL)
depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(gobject-introspection vala git gtk-doc glade meson)
+makedepends=(python-gobject gobject-introspection vala git gtk-doc glade meson)
provides=(libgweather-3.so libgweather)
conflicts=(libgweather)
source=("git+https://gitlab.gnome.org/GNOME/libgweather.git")