summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-10-06 16:40:54 -0400
committerSolomon Choina2020-10-06 16:40:54 -0400
commit411138d22c0a92038a098cd0da996bf847f8b8eb (patch)
tree5d2fedfe22ff21f5d2089c13d8827c61bf022924
parent802ed7ce0452f14cf1f488ffabb4aa0162de9475 (diff)
downloadaur-411138d22c0a92038a098cd0da996bf847f8b8eb.tar.gz
add the CFLAGS and pkgver update
-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 \