index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 4 |
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index 03a95084..5856aa34 100644 --- a/extra/gobject-introspection/PKGBUILD +++ b/extra/gobject-introspection/PKGBUILD @@ -15,3 +15,7 @@ fi # temporary _glibver=2.64.2 +source[1]="git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver" +makedepends=(${makedepends[@]/glib2=2.64.1}) +makedepends+=("glib2") + |