index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 6 |
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index 994364b6..9c4c832f 100644 --- a/extra/gobject-introspection/PKGBUILD +++ b/extra/gobject-introspection/PKGBUILD @@ -14,8 +14,4 @@ if [ "${CARCH}" = "i486" ]; then fi # temporary -_glibver=2.66.1 -source[1]="git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver" -makedepends=(${makedepends[@]/glib2=2.66.0}) -makedepends+=("glib2") - +_glibver=2.66.4 |