index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-29 20:35:36 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-29 20:35:36 +0200 |
commit | f1733590e86af7162d503dfe10f22b2270ab4da2 (patch) | |
tree | d71ef36a278defbb8d2fca8dc3735b6163b8619c | |
parent | e9694f063d5568997ecea31effe13799bfe10025 (diff) |
-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") + |