diff options
author | root <root@rshg054.dnsready.net> | 2012-04-21 00:01:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-21 00:01:27 +0000 |
commit | 905dec08e7144fe77aad1161778a6c3b74ff305c (patch) | |
tree | 2dadd89b94a210d035a975ab75d250abef1c959f /community/c++-gtk-utils | |
parent | 947c2e7bbbd5942492024997d34d709d436f1c8f (diff) |
Sat Apr 21 00:01:27 UTC 2012
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 58d29b681..d72b7df7b 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 68461 2012-03-25 08:30:58Z giovanni $ +# $Id: PKGBUILD 69584 2012-04-19 09:02:57Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=c++-gtk-utils -pkgver=2.0.6 +pkgver=2.0.7 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') source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('06a16582721120ae13fa04c65e3617c0') +md5sums=('aea6396d780d053e798caed5c6a95cac') build() { cd "${srcdir}/${pkgname}-${pkgver}" |