diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-30 17:45:13 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-30 17:45:13 +0100 |
commit | 704027491dc998e68dc1ac8e173bb0647ec8512e (patch) | |
tree | 4dc3df4ac72df2b10f24db64fba455ab1d643aa3 /core/glib2 | |
parent | cd972a1ebaf9446976ea495f013947a8937c15b0 (diff) | |
parent | 51867161079ab52d5152105142a3bc965c63ca03 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/erlang/PKGBUILD
community/virtkey/PKGBUILD
community/yaws/PKGBUILD
core/openldap/PKGBUILD
extra/avahi/PKGBUILD
extra/gdb/PKGBUILD
Diffstat (limited to 'core/glib2')
-rw-r--r-- | core/glib2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD index d3ed8a1ae..880a15c88 100644 --- a/core/glib2/PKGBUILD +++ b/core/glib2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 172032 2012-11-26 16:57:06Z jgc $ +# $Id: PKGBUILD 172097 2012-11-28 10:31:12Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=glib2 -pkgver=2.34.2 -pkgrel=2 +pkgver=2.34.3 +pkgrel=1 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/" arch=(i686 x86_64 'mips64el') @@ -14,7 +14,7 @@ optdepends=('python2: for gdbus-codegen') options=('!libtool' '!docs' '!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz revert-warn-glib-compile-schemas.patch) -sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708' +sha256sums=('855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7' '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') build() { |