summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2021-05-02 10:27:51 +0100
committerConnor Behan2021-05-02 10:27:51 +0100
commit9b60b9d67b7a7fdb771ba284c5ab17712242713a (patch)
treefc97013530c95777c27caf59818ab549dabef506
parent09a217e168e447fbbfef65ce80fc76958b9615af (diff)
downloadaur-9b60b9d67b7a7fdb771ba284c5ab17712242713a.tar.gz
Update to 1.2.10-17
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cab0697985a..1a271960aec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = glib
pkgdesc = Common C routines used by Gtk+ and other libs
pkgver = 1.2.10
- pkgrel = 16
+ pkgrel = 17
url = http://www.gtk.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b921c6752db7..e8f162d93b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=glib
pkgver=1.2.10
-pkgrel=16
+pkgrel=17
pkgdesc="Common C routines used by Gtk+ and other libs"
arch=('i686' 'x86_64' 'armv6h')
url="http://www.gtk.org/"
@@ -23,6 +23,8 @@ prepare() {
patch -Np0 -i "${srcdir}/aclocal-fixes.patch"
patch -Np1 -i "${srcdir}/glib1-autotools.patch"
sed -i -e 's/ifdef[[:space:]]*__OPTIMIZE__/if 0/' glib.h
+ # Could alternatively turn off -Werror=format-security
+ sed -i -e "/g_print (string);/d" testglib.c
rm acinclude.m4
}