diff options
author | root <root@rshg054.dnsready.net> | 2012-10-01 00:42:10 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-01 00:42:10 -0700 |
commit | 9b6be78b0c13a61c14d5278f1363eaf9c6388e4c (patch) | |
tree | 72ca5c2f4a99c399cee5fe08d77d5fc33ab94e56 /gnome-unstable/glibmm | |
parent | 75826a796a4589c1999f1b3b86eb8c122ef44edd (diff) |
Mon Oct 1 00:42:09 PDT 2012
Diffstat (limited to 'gnome-unstable/glibmm')
-rw-r--r-- | gnome-unstable/glibmm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/glibmm/PKGBUILD b/gnome-unstable/glibmm/PKGBUILD index e02b188e0..b8e265ad3 100644 --- a/gnome-unstable/glibmm/PKGBUILD +++ b/gnome-unstable/glibmm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 165758 2012-08-29 13:01:56Z jgc $ +# $Id: PKGBUILD 167318 2012-09-30 23:29:44Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase=glibmm pkgname=('glibmm' 'glibmm-docs') -pkgver=2.33.3 +pkgver=2.33.13 pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') @@ -12,7 +12,7 @@ makedepends=('glib2' 'libsigc++2.0' 'pkgconfig') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) options=('!libtool') url="http://www.gtkmm.org/" -sha256sums=('8dea072b06f62a61a435845ad0cfb1f5856c7be90d3f5b4880fc21c194ff1d80') +sha256sums=('f66f62ddd63a1c10561ce73c5883c1c71499efafb363574dac94ac699804d699') build() { cd "$pkgname-$pkgver" |