diff options
author | root <root@rshg054.dnsready.net> | 2013-06-05 00:33:46 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-05 00:33:46 -0700 |
commit | 91d3f2ebc9b69c3e24bd507890afbb4bd3f4eea3 (patch) | |
tree | a34b437b45b5977131ce84f74ac379d56dbba0c7 /community/c++-gtk-utils | |
parent | cc57cb201ddb179d2bb481c13dd4f286ae643b12 (diff) |
Wed Jun 5 00:33:46 PDT 2013
Diffstat (limited to 'community/c++-gtk-utils')
-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 356628b34..dd27cbf7b 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 88546 2013-04-19 14:27:07Z giovanni $ +# $Id: PKGBUILD 92397 2013-06-04 16:29:40Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=c++-gtk-utils -pkgver=2.0.16 +pkgver=2.0.17 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=('5502683a5ca2c725fb9dd205fe81ca5b') +md5sums=('2ce17c4d9f2cc669f67f0087479e278a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |