index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-10 13:05:35 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-01-10 13:05:35 +0100 |
commit | 4790ceebb821b486933019f5c70208ac268ae653 (patch) | |
tree | a8c2ecf4871d7a3a1d62e3cec3646b785a9b53b3 /extra | |
parent | acaac5561155c97edded6b4ac8e53eb9b5b22e36 (diff) |
-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 |