Date: Sunday, October 27, 2013 @ 15:30:05 Author: giovanni Revision: 99339
upgpkg: c++-gtk-utils 2.0.20-1 upstream release Modified: c++-gtk-utils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-27 14:19:11 UTC (rev 99338) +++ PKGBUILD 2013-10-27 14:30:05 UTC (rev 99339) @@ -2,7 +2,7 @@ # Maintainer: Giovanni Scafora <giova...@archlinux.org> pkgname=c++-gtk-utils -pkgver=2.0.18 +pkgver=2.0.20 pkgrel=1 pkgdesc="Classes and functions for programming in GTK+" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('gtk3') options=('!libtool' '!docs' '!emptydirs') source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('446a8e0120d69639b1950c72bd545116') +md5sums=('8af461ec1f2696e92a1fe1c62a08730b') build() { cd "${srcdir}/${pkgname}-${pkgver}"