[arch-commits] Commit in glib2/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Mon May 3 10:44:26 UTC 2010
Date: Monday, May 3, 2010 @ 06:44:26
Author: ibiru
Revision: 79346
upgpkg: glib2 2.24.1-1
update to 2.24.1 and fixed the permission for /usr/bin/gtester-report, FS#19247
Modified:
glib2/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-05-03 09:51:10 UTC (rev 79345)
+++ PKGBUILD 2010-05-03 10:44:26 UTC (rev 79346)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=glib2
-pkgver=2.24.0
+pkgver=2.24.1
pkgrel=1
pkgdesc="Common C routines used by GTK+ 2.4 and other libs"
url="http://www.gtk.org/"
@@ -14,7 +14,7 @@
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${pkgver}.tar.bz2
glib2.sh
glib2.csh)
-sha256sums=('7b6aa2cf21e734a6092a711bf196b8d2ddc589b971f93337610c10fa4f23400d'
+sha256sums=('014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04'
'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
@@ -28,4 +28,6 @@
install -d "${pkgdir}/etc/profile.d"
install -m755 "${srcdir}/glib2.sh" "${pkgdir}/etc/profile.d/" || return 1
install -m755 "${srcdir}/glib2.csh" "${pkgdir}/etc/profile.d/" || return 1
+
+ chmod 755 ${pkgdir}/usr/bin/gtester-report || return 1
}
More information about the arch-commits
mailing list