diff options
Diffstat (limited to 'community/c++-gtk-utils/PKGBUILD')
-rw-r--r-- | community/c++-gtk-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD index dd27cbf7b..835fca546 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 92397 2013-06-04 16:29:40Z giovanni $ +# $Id: PKGBUILD 93711 2013-07-08 17:21:21Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=c++-gtk-utils -pkgver=2.0.17 +pkgver=2.0.18 pkgrel=1 pkgdesc="Classes and functions for programming in GTK+" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL2.1') depends=('gtk3') options=('!libtool' '!docs' '!emptydirs') source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('2ce17c4d9f2cc669f67f0087479e278a') +md5sums=('446a8e0120d69639b1950c72bd545116') build() { cd "${srcdir}/${pkgname}-${pkgver}" |