index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-13 11:04:55 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-13 11:04:55 +0100 |
commit | ede188da4486a426146041c3cb49731b47f39cdd (patch) | |
tree | fd40bc9b6fb61e2fd090f19b301f95249792336d | |
parent | e47b8de26e076a680dfd10e334e02ae25fc4dd50 (diff) |
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 4 |
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD new file mode 100644 index 00000000..4be4f103 --- /dev/null +++ b/extra/gobject-introspection/PKGBUILD @@ -0,0 +1,4 @@ +_glibver=2.70.2 +source[1]="git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.70.2" +makedepends=(${makedepends[@]//glib2=2.70.1/}) +makedepends+=('glib2=2.70.2') |