diff options
author | root <root@rshg054.dnsready.net> | 2013-03-06 00:03:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-06 00:03:52 -0800 |
commit | 3af1ee89ded5209697eec4e2ecb77cf1f3f19803 (patch) | |
tree | 57d232dc9df39b389372f4df52f4353f3b368d2e /community/c++-gtk-utils | |
parent | 582035722561a5ecbadc13abc26331353d810567 (diff) |
Wed Mar 6 00:03:52 PST 2013
Diffstat (limited to 'community/c++-gtk-utils')
-rw-r--r-- | community/c++-gtk-utils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD index fb5404502..de311fb37 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 81974 2013-01-05 08:10:13Z giovanni $ +# $Id: PKGBUILD 85715 2013-03-05 15:34:23Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=c++-gtk-utils -pkgver=2.0.14 +pkgver=2.0.15 pkgrel=1 pkgdesc="Classes and functions for programming in GTK+" arch=('i686' 'x86_64') url="http://cxx-gtk-utils.sourceforge.net/" license=('LGPL2.1') depends=('gtk3') -options=('!libtool') +options=('!libtool' '!docs' '!emptydirs') source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('84c7da0542bc60c093573c134e053c15') +md5sums=('b9de1eb63916d167effa76b6e7b180f3') build() { cd "${srcdir}/${pkgname}-${pkgver}" |