summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2021-01-21 10:28:42 +0000
committerConnor Behan2021-01-21 10:28:42 +0000
commit09a217e168e447fbbfef65ce80fc76958b9615af (patch)
tree107656066203f3d475b5137c9b6b27f3488a89a1
parent5acb9bb18329f714c6a3178f798a9edb5ddd8682 (diff)
downloadaur-09a217e168e447fbbfef65ce80fc76958b9615af.tar.gz
Update to 1.2.10-16
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4c21a8b1d5..8cab0697985a 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 = 15
+ pkgrel = 16
url = http://www.gtk.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5a4c35a1e346..b921c6752db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=glib
pkgver=1.2.10
-pkgrel=15
+pkgrel=16
pkgdesc="Common C routines used by Gtk+ and other libs"
arch=('i686' 'x86_64' 'armv6h')
url="http://www.gtk.org/"
@@ -23,6 +23,7 @@ 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
+ rm acinclude.m4
}
build() {