summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9d5c51ad39..1290d1c899a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glib2-git
pkgdesc = Low Level Core Library
- pkgver = 2.59.0.92.g3fe6f2a44
+ pkgver = 2.66.0.89.g7bfd6278b
pkgrel = 1
url = https://wiki.gnome.org/Projects/GLib
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = glib2-git
depends = zlib
optdepends = python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
optdepends = libelf: gresource inspection tool
- provides = glib2=2.59.0.92.g3fe6f2a44
+ provides = glib2=2.66.0.89.g7bfd6278b
conflicts = glib2
options = !emptydirs
source = git+https://gitlab.gnome.org/GNOME/glib.git
diff --git a/PKGBUILD b/PKGBUILD
index bec9205ec7c9..462fb8e190a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=glib2-git
_pkgname=glib2
pkgname=(glib2-git glib2-docs-git)
-pkgver=2.59.0.92.g3fe6f2a44
+pkgver=2.66.0.89.g7bfd6278b
pkgrel=1
pkgdesc="Low Level Core Library"
arch=('x86_64')
@@ -49,6 +49,7 @@ prepare() {
}
build () {
+ CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
arch-meson glib build \
-Dgtk_doc=true \
-Dman=true \