summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a41392f870d0..c496ec3dd0f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=c++-gtk-utils-gtk2
_pkgname=c++-gtk-utils
-pkgver=2.0.18
+pkgver=2.0.24
pkgrel=1
pkgdesc="Classes and functions for programming in GTK+"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=($_pkgname)
depends=('gtk2')
options=('!libtool' '!docs' '!emptydirs')
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('446a8e0120d69639b1950c72bd545116')
+md5sums=('61cdf1bf94a5ac3430dd5ea39946142b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"